[INFO] fetching crate object 0.39.1...
[INFO] fixing object-0.39.1 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] extracting crate object 0.39.1 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate object 0.39.1
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate object 0.39.1
[INFO] tweaked toml for crates.io crate object 0.39.1 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate object 0.39.1 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate object 0.39.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 88877bac039543cb879791407b3e11592cbd96a7ba3697d7f2525fff2fa75593
[INFO] running `Command { std: "docker" "start" "88877bac039543cb879791407b3e11592cbd96a7ba3697d7f2525fff2fa75593", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "88877bac039543cb879791407b3e11592cbd96a7ba3697d7f2525fff2fa75593" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "88877bac039543cb879791407b3e11592cbd96a7ba3697d7f2525fff2fa75593", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "88877bac039543cb879791407b3e11592cbd96a7ba3697d7f2525fff2fa75593" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2018 edition to 2021
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]     Checking simd-adler32 v0.3.9
[INFO] [stderr]     Checking adler2 v2.0.1
[INFO] [stderr]    Compiling object v0.39.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking twox-hash v2.1.2
[INFO] [stderr]     Checking memchr v2.8.0
[INFO] [stderr]    Migrating build.rs from 2018 edition to 2021
[INFO] [stderr]     Checking ruzstd v0.8.2
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]    Migrating src/lib.rs from 2018 edition to 2021
[INFO] [stderr]    Migrating tests/parse_self.rs from 2018 edition to 2021
[INFO] [stderr]    Migrating tests/integration.rs from 2018 edition to 2021
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.02s
[INFO] [stderr] crater-edition-check: object v0.39.1 (/opt/rustwide/workdir) updating edition from 2018 to 2021
[INFO] [stderr]    Compiling object v0.39.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.00s
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2018 edition to 2021
[INFO] [stderr]     Checking object v0.39.1 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/lib.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed src/read/coff/section.rs (1 fix)
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:35:25
[INFO] [stdout]     |
[INFO] [stdout]  35 |             $enum::Coff(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 363 |         with_inner!(self, File, |x| x.architecture())
[INFO] [stdout]     |         --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: `--force-warn rust-2024-incompatible-pat` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  35 |             &$enum::Coff(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]        Fixed src/read/elf/symbol.rs (1 fix)
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:37:28
[INFO] [stdout]     |
[INFO] [stdout]  37 |             $enum::CoffBig(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 363 |         with_inner!(self, File, |x| x.architecture())
[INFO] [stdout]     |         --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  37 |             &$enum::CoffBig(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]        Fixed src/read/any.rs (13 fixes)
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:39:26
[INFO] [stdout]     |
[INFO] [stdout]  39 |             $enum::Elf32(ref $var) => $body,
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 363 |         with_inner!(self, File, |x| x.architecture())
[INFO] [stdout]     |         --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  39 |             &$enum::Elf32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]        Fixed src/read/elf/relocation.rs (3 fixes)
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:41:26
[INFO] [stdout]     |
[INFO] [stdout]  41 |             $enum::Elf64(ref $var) => $body,
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 363 |         with_inner!(self, File, |x| x.architecture())
[INFO] [stdout]     |         --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  41 |             &$enum::Elf64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]        Fixed src/read/pe/rich.rs (1 fix)
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:43:28
[INFO] [stdout]     |
[INFO] [stdout]  43 |             $enum::MachO32(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 363 |         with_inner!(self, File, |x| x.architecture())
[INFO] [stdout]     |         --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  43 |             &$enum::MachO32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]        Fixed src/read/archive.rs (2 fixes)
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:45:28
[INFO] [stdout]     |
[INFO] [stdout]  45 |             $enum::MachO64(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 363 |         with_inner!(self, File, |x| x.architecture())
[INFO] [stdout]     |         --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  45 |             &$enum::MachO64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]        Fixed src/read/elf/section.rs (1 fix)
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:47:25
[INFO] [stdout]     |
[INFO] [stdout]  47 |             $enum::Pe32(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 363 |         with_inner!(self, File, |x| x.architecture())
[INFO] [stdout]     |         --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  47 |             &$enum::Pe32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]        Fixed src/read/pe/export.rs (1 fix)
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:49:25
[INFO] [stdout]     |
[INFO] [stdout]  49 |             $enum::Pe64(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 363 |         with_inner!(self, File, |x| x.architecture())
[INFO] [stdout]     |         --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  49 |             &$enum::Pe64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:53:28
[INFO] [stdout]     |
[INFO] [stdout]  53 |             $enum::Xcoff32(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 363 |         with_inner!(self, File, |x| x.architecture())
[INFO] [stdout]     |         --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  53 |             &$enum::Xcoff32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:55:28
[INFO] [stdout]     |
[INFO] [stdout]  55 |             $enum::Xcoff64(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 363 |         with_inner!(self, File, |x| x.architecture())
[INFO] [stdout]     |         --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  55 |             &$enum::Xcoff64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:35:25
[INFO] [stdout]     |
[INFO] [stdout]  35 |             $enum::Coff(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 367 |         with_inner!(self, File, |x| x.sub_architecture())
[INFO] [stdout]     |         ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  35 |             &$enum::Coff(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:37:28
[INFO] [stdout]     |
[INFO] [stdout]  37 |             $enum::CoffBig(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 367 |         with_inner!(self, File, |x| x.sub_architecture())
[INFO] [stdout]     |         ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  37 |             &$enum::CoffBig(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:39:26
[INFO] [stdout]     |
[INFO] [stdout]  39 |             $enum::Elf32(ref $var) => $body,
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 367 |         with_inner!(self, File, |x| x.sub_architecture())
[INFO] [stdout]     |         ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  39 |             &$enum::Elf32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:41:26
[INFO] [stdout]     |
[INFO] [stdout]  41 |             $enum::Elf64(ref $var) => $body,
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 367 |         with_inner!(self, File, |x| x.sub_architecture())
[INFO] [stdout]     |         ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  41 |             &$enum::Elf64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:43:28
[INFO] [stdout]     |
[INFO] [stdout]  43 |             $enum::MachO32(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 367 |         with_inner!(self, File, |x| x.sub_architecture())
[INFO] [stdout]     |         ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  43 |             &$enum::MachO32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:45:28
[INFO] [stdout]     |
[INFO] [stdout]  45 |             $enum::MachO64(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 367 |         with_inner!(self, File, |x| x.sub_architecture())
[INFO] [stdout]     |         ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  45 |             &$enum::MachO64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:47:25
[INFO] [stdout]     |
[INFO] [stdout]  47 |             $enum::Pe32(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 367 |         with_inner!(self, File, |x| x.sub_architecture())
[INFO] [stdout]     |         ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  47 |             &$enum::Pe32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:49:25
[INFO] [stdout]     |
[INFO] [stdout]  49 |             $enum::Pe64(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 367 |         with_inner!(self, File, |x| x.sub_architecture())
[INFO] [stdout]     |         ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  49 |             &$enum::Pe64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:53:28
[INFO] [stdout]     |
[INFO] [stdout]  53 |             $enum::Xcoff32(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 367 |         with_inner!(self, File, |x| x.sub_architecture())
[INFO] [stdout]     |         ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  53 |             &$enum::Xcoff32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:55:28
[INFO] [stdout]     |
[INFO] [stdout]  55 |             $enum::Xcoff64(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 367 |         with_inner!(self, File, |x| x.sub_architecture())
[INFO] [stdout]     |         ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  55 |             &$enum::Xcoff64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:35:25
[INFO] [stdout]     |
[INFO] [stdout]  35 |             $enum::Coff(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 371 |         with_inner!(self, File, |x| x.is_little_endian())
[INFO] [stdout]     |         ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  35 |             &$enum::Coff(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:37:28
[INFO] [stdout]     |
[INFO] [stdout]  37 |             $enum::CoffBig(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 371 |         with_inner!(self, File, |x| x.is_little_endian())
[INFO] [stdout]     |         ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  37 |             &$enum::CoffBig(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:39:26
[INFO] [stdout]     |
[INFO] [stdout]  39 |             $enum::Elf32(ref $var) => $body,
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 371 |         with_inner!(self, File, |x| x.is_little_endian())
[INFO] [stdout]     |         ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  39 |             &$enum::Elf32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:41:26
[INFO] [stdout]     |
[INFO] [stdout]  41 |             $enum::Elf64(ref $var) => $body,
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 371 |         with_inner!(self, File, |x| x.is_little_endian())
[INFO] [stdout]     |         ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  41 |             &$enum::Elf64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:43:28
[INFO] [stdout]     |
[INFO] [stdout]  43 |             $enum::MachO32(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 371 |         with_inner!(self, File, |x| x.is_little_endian())
[INFO] [stdout]     |         ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  43 |             &$enum::MachO32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:45:28
[INFO] [stdout]     |
[INFO] [stdout]  45 |             $enum::MachO64(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 371 |         with_inner!(self, File, |x| x.is_little_endian())
[INFO] [stdout]     |         ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  45 |             &$enum::MachO64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:47:25
[INFO] [stdout]     |
[INFO] [stdout]  47 |             $enum::Pe32(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 371 |         with_inner!(self, File, |x| x.is_little_endian())
[INFO] [stdout]     |         ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  47 |             &$enum::Pe32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:49:25
[INFO] [stdout]     |
[INFO] [stdout]  49 |             $enum::Pe64(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 371 |         with_inner!(self, File, |x| x.is_little_endian())
[INFO] [stdout]     |         ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  49 |             &$enum::Pe64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:53:28
[INFO] [stdout]     |
[INFO] [stdout]  53 |             $enum::Xcoff32(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 371 |         with_inner!(self, File, |x| x.is_little_endian())
[INFO] [stdout]     |         ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  53 |             &$enum::Xcoff32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:55:28
[INFO] [stdout]     |
[INFO] [stdout]  55 |             $enum::Xcoff64(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 371 |         with_inner!(self, File, |x| x.is_little_endian())
[INFO] [stdout]     |         ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  55 |             &$enum::Xcoff64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:35:25
[INFO] [stdout]     |
[INFO] [stdout]  35 |             $enum::Coff(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 375 |         with_inner!(self, File, |x| x.is_64())
[INFO] [stdout]     |         -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  35 |             &$enum::Coff(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:37:28
[INFO] [stdout]     |
[INFO] [stdout]  37 |             $enum::CoffBig(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 375 |         with_inner!(self, File, |x| x.is_64())
[INFO] [stdout]     |         -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  37 |             &$enum::CoffBig(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:39:26
[INFO] [stdout]     |
[INFO] [stdout]  39 |             $enum::Elf32(ref $var) => $body,
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 375 |         with_inner!(self, File, |x| x.is_64())
[INFO] [stdout]     |         -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  39 |             &$enum::Elf32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:41:26
[INFO] [stdout]     |
[INFO] [stdout]  41 |             $enum::Elf64(ref $var) => $body,
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 375 |         with_inner!(self, File, |x| x.is_64())
[INFO] [stdout]     |         -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  41 |             &$enum::Elf64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:43:28
[INFO] [stdout]     |
[INFO] [stdout]  43 |             $enum::MachO32(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 375 |         with_inner!(self, File, |x| x.is_64())
[INFO] [stdout]     |         -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  43 |             &$enum::MachO32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:45:28
[INFO] [stdout]     |
[INFO] [stdout]  45 |             $enum::MachO64(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 375 |         with_inner!(self, File, |x| x.is_64())
[INFO] [stdout]     |         -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  45 |             &$enum::MachO64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:47:25
[INFO] [stdout]     |
[INFO] [stdout]  47 |             $enum::Pe32(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 375 |         with_inner!(self, File, |x| x.is_64())
[INFO] [stdout]     |         -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  47 |             &$enum::Pe32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:49:25
[INFO] [stdout]     |
[INFO] [stdout]  49 |             $enum::Pe64(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 375 |         with_inner!(self, File, |x| x.is_64())
[INFO] [stdout]     |         -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  49 |             &$enum::Pe64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:53:28
[INFO] [stdout]     |
[INFO] [stdout]  53 |             $enum::Xcoff32(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 375 |         with_inner!(self, File, |x| x.is_64())
[INFO] [stdout]     |         -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  53 |             &$enum::Xcoff32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:55:28
[INFO] [stdout]     |
[INFO] [stdout]  55 |             $enum::Xcoff64(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 375 |         with_inner!(self, File, |x| x.is_64())
[INFO] [stdout]     |         -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  55 |             &$enum::Xcoff64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:35:25
[INFO] [stdout]     |
[INFO] [stdout]  35 |             $enum::Coff(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 379 |         with_inner!(self, File, |x| x.kind())
[INFO] [stdout]     |         ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  35 |             &$enum::Coff(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:37:28
[INFO] [stdout]     |
[INFO] [stdout]  37 |             $enum::CoffBig(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 379 |         with_inner!(self, File, |x| x.kind())
[INFO] [stdout]     |         ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  37 |             &$enum::CoffBig(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:39:26
[INFO] [stdout]     |
[INFO] [stdout]  39 |             $enum::Elf32(ref $var) => $body,
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 379 |         with_inner!(self, File, |x| x.kind())
[INFO] [stdout]     |         ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  39 |             &$enum::Elf32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:41:26
[INFO] [stdout]     |
[INFO] [stdout]  41 |             $enum::Elf64(ref $var) => $body,
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 379 |         with_inner!(self, File, |x| x.kind())
[INFO] [stdout]     |         ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  41 |             &$enum::Elf64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:43:28
[INFO] [stdout]     |
[INFO] [stdout]  43 |             $enum::MachO32(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 379 |         with_inner!(self, File, |x| x.kind())
[INFO] [stdout]     |         ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  43 |             &$enum::MachO32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:45:28
[INFO] [stdout]     |
[INFO] [stdout]  45 |             $enum::MachO64(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 379 |         with_inner!(self, File, |x| x.kind())
[INFO] [stdout]     |         ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  45 |             &$enum::MachO64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:47:25
[INFO] [stdout]     |
[INFO] [stdout]  47 |             $enum::Pe32(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 379 |         with_inner!(self, File, |x| x.kind())
[INFO] [stdout]     |         ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  47 |             &$enum::Pe32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:49:25
[INFO] [stdout]     |
[INFO] [stdout]  49 |             $enum::Pe64(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 379 |         with_inner!(self, File, |x| x.kind())
[INFO] [stdout]     |         ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  49 |             &$enum::Pe64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:53:28
[INFO] [stdout]     |
[INFO] [stdout]  53 |             $enum::Xcoff32(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 379 |         with_inner!(self, File, |x| x.kind())
[INFO] [stdout]     |         ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  53 |             &$enum::Xcoff32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:55:28
[INFO] [stdout]     |
[INFO] [stdout]  55 |             $enum::Xcoff64(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 379 |         with_inner!(self, File, |x| x.kind())
[INFO] [stdout]     |         ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  55 |             &$enum::Xcoff64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:94:25
[INFO] [stdout]     |
[INFO] [stdout]  94 |             $from::Coff(ref $var) => $to::Coff($body),
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 384 |             inner: map_inner!(self, File, SegmentIteratorInternal, |x| x.segments()),
[INFO] [stdout]     |                    ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  94 |             &$from::Coff(ref $var) => $to::Coff($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:96:28
[INFO] [stdout]     |
[INFO] [stdout]  96 |             $from::CoffBig(ref $var) => $to::CoffBig($body),
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 384 |             inner: map_inner!(self, File, SegmentIteratorInternal, |x| x.segments()),
[INFO] [stdout]     |                    ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  96 |             &$from::CoffBig(ref $var) => $to::CoffBig($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:98:26
[INFO] [stdout]     |
[INFO] [stdout]  98 |             $from::Elf32(ref $var) => $to::Elf32($body),
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 384 |             inner: map_inner!(self, File, SegmentIteratorInternal, |x| x.segments()),
[INFO] [stdout]     |                    ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  98 |             &$from::Elf32(ref $var) => $to::Elf32($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |             $from::Elf64(ref $var) => $to::Elf64($body),
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 384 |             inner: map_inner!(self, File, SegmentIteratorInternal, |x| x.segments()),
[INFO] [stdout]     |                    ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 100 |             &$from::Elf64(ref $var) => $to::Elf64($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:102:28
[INFO] [stdout]     |
[INFO] [stdout] 102 |             $from::MachO32(ref $var) => $to::MachO32($body),
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 384 |             inner: map_inner!(self, File, SegmentIteratorInternal, |x| x.segments()),
[INFO] [stdout]     |                    ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 102 |             &$from::MachO32(ref $var) => $to::MachO32($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:104:28
[INFO] [stdout]     |
[INFO] [stdout] 104 |             $from::MachO64(ref $var) => $to::MachO64($body),
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 384 |             inner: map_inner!(self, File, SegmentIteratorInternal, |x| x.segments()),
[INFO] [stdout]     |                    ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 104 |             &$from::MachO64(ref $var) => $to::MachO64($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:106:25
[INFO] [stdout]     |
[INFO] [stdout] 106 |             $from::Pe32(ref $var) => $to::Pe32($body),
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 384 |             inner: map_inner!(self, File, SegmentIteratorInternal, |x| x.segments()),
[INFO] [stdout]     |                    ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 106 |             &$from::Pe32(ref $var) => $to::Pe32($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:108:25
[INFO] [stdout]     |
[INFO] [stdout] 108 |             $from::Pe64(ref $var) => $to::Pe64($body),
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 384 |             inner: map_inner!(self, File, SegmentIteratorInternal, |x| x.segments()),
[INFO] [stdout]     |                    ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 108 |             &$from::Pe64(ref $var) => $to::Pe64($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:112:28
[INFO] [stdout]     |
[INFO] [stdout] 112 |             $from::Xcoff32(ref $var) => $to::Xcoff32($body),
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 384 |             inner: map_inner!(self, File, SegmentIteratorInternal, |x| x.segments()),
[INFO] [stdout]     |                    ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 112 |             &$from::Xcoff32(ref $var) => $to::Xcoff32($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:114:28
[INFO] [stdout]     |
[INFO] [stdout] 114 |             $from::Xcoff64(ref $var) => $to::Xcoff64($body),
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 384 |             inner: map_inner!(self, File, SegmentIteratorInternal, |x| x.segments()),
[INFO] [stdout]     |                    ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 114 |             &$from::Xcoff64(ref $var) => $to::Xcoff64($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:124:25
[INFO] [stdout]     |
[INFO] [stdout] 124 |               $from::Coff(ref $var) => $body.map($to::Coff),
[INFO] [stdout]     |                           ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 392 | /         map_inner_option!(self, File, SectionInternal, |x| x
[INFO] [stdout] 393 | |             .section_by_name_bytes(section_name))
[INFO] [stdout]     | |_________________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 124 |             &$from::Coff(ref $var) => $body.map($to::Coff),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:126:28
[INFO] [stdout]     |
[INFO] [stdout] 126 |               $from::CoffBig(ref $var) => $body.map($to::CoffBig),
[INFO] [stdout]     |                              ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 392 | /         map_inner_option!(self, File, SectionInternal, |x| x
[INFO] [stdout] 393 | |             .section_by_name_bytes(section_name))
[INFO] [stdout]     | |_________________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 126 |             &$from::CoffBig(ref $var) => $body.map($to::CoffBig),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:128:26
[INFO] [stdout]     |
[INFO] [stdout] 128 |               $from::Elf32(ref $var) => $body.map($to::Elf32),
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 392 | /         map_inner_option!(self, File, SectionInternal, |x| x
[INFO] [stdout] 393 | |             .section_by_name_bytes(section_name))
[INFO] [stdout]     | |_________________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 128 |             &$from::Elf32(ref $var) => $body.map($to::Elf32),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:130:26
[INFO] [stdout]     |
[INFO] [stdout] 130 |               $from::Elf64(ref $var) => $body.map($to::Elf64),
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 392 | /         map_inner_option!(self, File, SectionInternal, |x| x
[INFO] [stdout] 393 | |             .section_by_name_bytes(section_name))
[INFO] [stdout]     | |_________________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             &$from::Elf64(ref $var) => $body.map($to::Elf64),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:132:28
[INFO] [stdout]     |
[INFO] [stdout] 132 |               $from::MachO32(ref $var) => $body.map($to::MachO32),
[INFO] [stdout]     |                              ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 392 | /         map_inner_option!(self, File, SectionInternal, |x| x
[INFO] [stdout] 393 | |             .section_by_name_bytes(section_name))
[INFO] [stdout]     | |_________________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 132 |             &$from::MachO32(ref $var) => $body.map($to::MachO32),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:134:28
[INFO] [stdout]     |
[INFO] [stdout] 134 |               $from::MachO64(ref $var) => $body.map($to::MachO64),
[INFO] [stdout]     |                              ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 392 | /         map_inner_option!(self, File, SectionInternal, |x| x
[INFO] [stdout] 393 | |             .section_by_name_bytes(section_name))
[INFO] [stdout]     | |_________________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 134 |             &$from::MachO64(ref $var) => $body.map($to::MachO64),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:136:25
[INFO] [stdout]     |
[INFO] [stdout] 136 |               $from::Pe32(ref $var) => $body.map($to::Pe32),
[INFO] [stdout]     |                           ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 392 | /         map_inner_option!(self, File, SectionInternal, |x| x
[INFO] [stdout] 393 | |             .section_by_name_bytes(section_name))
[INFO] [stdout]     | |_________________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 136 |             &$from::Pe32(ref $var) => $body.map($to::Pe32),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:138:25
[INFO] [stdout]     |
[INFO] [stdout] 138 |               $from::Pe64(ref $var) => $body.map($to::Pe64),
[INFO] [stdout]     |                           ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 392 | /         map_inner_option!(self, File, SectionInternal, |x| x
[INFO] [stdout] 393 | |             .section_by_name_bytes(section_name))
[INFO] [stdout]     | |_________________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 138 |             &$from::Pe64(ref $var) => $body.map($to::Pe64),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:142:28
[INFO] [stdout]     |
[INFO] [stdout] 142 |               $from::Xcoff32(ref $var) => $body.map($to::Xcoff32),
[INFO] [stdout]     |                              ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 392 | /         map_inner_option!(self, File, SectionInternal, |x| x
[INFO] [stdout] 393 | |             .section_by_name_bytes(section_name))
[INFO] [stdout]     | |_________________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 142 |             &$from::Xcoff32(ref $var) => $body.map($to::Xcoff32),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:144:28
[INFO] [stdout]     |
[INFO] [stdout] 144 |               $from::Xcoff64(ref $var) => $body.map($to::Xcoff64),
[INFO] [stdout]     |                              ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 392 | /         map_inner_option!(self, File, SectionInternal, |x| x
[INFO] [stdout] 393 | |             .section_by_name_bytes(section_name))
[INFO] [stdout]     | |_________________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 144 |             &$from::Xcoff64(ref $var) => $body.map($to::Xcoff64),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:124:25
[INFO] [stdout]     |
[INFO] [stdout] 124 |             $from::Coff(ref $var) => $body.map($to::Coff),
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 398 |         map_inner_option!(self, File, SectionInternal, |x| x.section_by_index(index))
[INFO] [stdout]     |         ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 124 |             &$from::Coff(ref $var) => $body.map($to::Coff),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:126:28
[INFO] [stdout]     |
[INFO] [stdout] 126 |             $from::CoffBig(ref $var) => $body.map($to::CoffBig),
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 398 |         map_inner_option!(self, File, SectionInternal, |x| x.section_by_index(index))
[INFO] [stdout]     |         ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 126 |             &$from::CoffBig(ref $var) => $body.map($to::CoffBig),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:128:26
[INFO] [stdout]     |
[INFO] [stdout] 128 |             $from::Elf32(ref $var) => $body.map($to::Elf32),
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 398 |         map_inner_option!(self, File, SectionInternal, |x| x.section_by_index(index))
[INFO] [stdout]     |         ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 128 |             &$from::Elf32(ref $var) => $body.map($to::Elf32),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:130:26
[INFO] [stdout]     |
[INFO] [stdout] 130 |             $from::Elf64(ref $var) => $body.map($to::Elf64),
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 398 |         map_inner_option!(self, File, SectionInternal, |x| x.section_by_index(index))
[INFO] [stdout]     |         ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             &$from::Elf64(ref $var) => $body.map($to::Elf64),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:132:28
[INFO] [stdout]     |
[INFO] [stdout] 132 |             $from::MachO32(ref $var) => $body.map($to::MachO32),
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 398 |         map_inner_option!(self, File, SectionInternal, |x| x.section_by_index(index))
[INFO] [stdout]     |         ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 132 |             &$from::MachO32(ref $var) => $body.map($to::MachO32),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:134:28
[INFO] [stdout]     |
[INFO] [stdout] 134 |             $from::MachO64(ref $var) => $body.map($to::MachO64),
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 398 |         map_inner_option!(self, File, SectionInternal, |x| x.section_by_index(index))
[INFO] [stdout]     |         ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 134 |             &$from::MachO64(ref $var) => $body.map($to::MachO64),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:136:25
[INFO] [stdout]     |
[INFO] [stdout] 136 |             $from::Pe32(ref $var) => $body.map($to::Pe32),
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 398 |         map_inner_option!(self, File, SectionInternal, |x| x.section_by_index(index))
[INFO] [stdout]     |         ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 136 |             &$from::Pe32(ref $var) => $body.map($to::Pe32),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:138:25
[INFO] [stdout]     |
[INFO] [stdout] 138 |             $from::Pe64(ref $var) => $body.map($to::Pe64),
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 398 |         map_inner_option!(self, File, SectionInternal, |x| x.section_by_index(index))
[INFO] [stdout]     |         ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 138 |             &$from::Pe64(ref $var) => $body.map($to::Pe64),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:142:28
[INFO] [stdout]     |
[INFO] [stdout] 142 |             $from::Xcoff32(ref $var) => $body.map($to::Xcoff32),
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 398 |         map_inner_option!(self, File, SectionInternal, |x| x.section_by_index(index))
[INFO] [stdout]     |         ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 142 |             &$from::Xcoff32(ref $var) => $body.map($to::Xcoff32),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:144:28
[INFO] [stdout]     |
[INFO] [stdout] 144 |             $from::Xcoff64(ref $var) => $body.map($to::Xcoff64),
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 398 |         map_inner_option!(self, File, SectionInternal, |x| x.section_by_index(index))
[INFO] [stdout]     |         ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 144 |             &$from::Xcoff64(ref $var) => $body.map($to::Xcoff64),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:94:25
[INFO] [stdout]     |
[INFO] [stdout]  94 |             $from::Coff(ref $var) => $to::Coff($body),
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 404 |             inner: map_inner!(self, File, SectionIteratorInternal, |x| x.sections()),
[INFO] [stdout]     |                    ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  94 |             &$from::Coff(ref $var) => $to::Coff($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:96:28
[INFO] [stdout]     |
[INFO] [stdout]  96 |             $from::CoffBig(ref $var) => $to::CoffBig($body),
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 404 |             inner: map_inner!(self, File, SectionIteratorInternal, |x| x.sections()),
[INFO] [stdout]     |                    ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  96 |             &$from::CoffBig(ref $var) => $to::CoffBig($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:98:26
[INFO] [stdout]     |
[INFO] [stdout]  98 |             $from::Elf32(ref $var) => $to::Elf32($body),
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 404 |             inner: map_inner!(self, File, SectionIteratorInternal, |x| x.sections()),
[INFO] [stdout]     |                    ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  98 |             &$from::Elf32(ref $var) => $to::Elf32($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |             $from::Elf64(ref $var) => $to::Elf64($body),
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 404 |             inner: map_inner!(self, File, SectionIteratorInternal, |x| x.sections()),
[INFO] [stdout]     |                    ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 100 |             &$from::Elf64(ref $var) => $to::Elf64($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:102:28
[INFO] [stdout]     |
[INFO] [stdout] 102 |             $from::MachO32(ref $var) => $to::MachO32($body),
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 404 |             inner: map_inner!(self, File, SectionIteratorInternal, |x| x.sections()),
[INFO] [stdout]     |                    ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 102 |             &$from::MachO32(ref $var) => $to::MachO32($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:104:28
[INFO] [stdout]     |
[INFO] [stdout] 104 |             $from::MachO64(ref $var) => $to::MachO64($body),
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 404 |             inner: map_inner!(self, File, SectionIteratorInternal, |x| x.sections()),
[INFO] [stdout]     |                    ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 104 |             &$from::MachO64(ref $var) => $to::MachO64($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:106:25
[INFO] [stdout]     |
[INFO] [stdout] 106 |             $from::Pe32(ref $var) => $to::Pe32($body),
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 404 |             inner: map_inner!(self, File, SectionIteratorInternal, |x| x.sections()),
[INFO] [stdout]     |                    ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 106 |             &$from::Pe32(ref $var) => $to::Pe32($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:108:25
[INFO] [stdout]     |
[INFO] [stdout] 108 |             $from::Pe64(ref $var) => $to::Pe64($body),
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 404 |             inner: map_inner!(self, File, SectionIteratorInternal, |x| x.sections()),
[INFO] [stdout]     |                    ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 108 |             &$from::Pe64(ref $var) => $to::Pe64($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:112:28
[INFO] [stdout]     |
[INFO] [stdout] 112 |             $from::Xcoff32(ref $var) => $to::Xcoff32($body),
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 404 |             inner: map_inner!(self, File, SectionIteratorInternal, |x| x.sections()),
[INFO] [stdout]     |                    ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 112 |             &$from::Xcoff32(ref $var) => $to::Xcoff32($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:114:28
[INFO] [stdout]     |
[INFO] [stdout] 114 |             $from::Xcoff64(ref $var) => $to::Xcoff64($body),
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 404 |             inner: map_inner!(self, File, SectionIteratorInternal, |x| x.sections()),
[INFO] [stdout]     |                    ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 114 |             &$from::Xcoff64(ref $var) => $to::Xcoff64($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:94:25
[INFO] [stdout]     |
[INFO] [stdout]  94 |             $from::Coff(ref $var) => $to::Coff($body),
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 410 |             inner: map_inner!(self, File, ComdatIteratorInternal, |x| x.comdats()),
[INFO] [stdout]     |                    --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  94 |             &$from::Coff(ref $var) => $to::Coff($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:96:28
[INFO] [stdout]     |
[INFO] [stdout]  96 |             $from::CoffBig(ref $var) => $to::CoffBig($body),
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 410 |             inner: map_inner!(self, File, ComdatIteratorInternal, |x| x.comdats()),
[INFO] [stdout]     |                    --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  96 |             &$from::CoffBig(ref $var) => $to::CoffBig($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:98:26
[INFO] [stdout]     |
[INFO] [stdout]  98 |             $from::Elf32(ref $var) => $to::Elf32($body),
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 410 |             inner: map_inner!(self, File, ComdatIteratorInternal, |x| x.comdats()),
[INFO] [stdout]     |                    --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  98 |             &$from::Elf32(ref $var) => $to::Elf32($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |             $from::Elf64(ref $var) => $to::Elf64($body),
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 410 |             inner: map_inner!(self, File, ComdatIteratorInternal, |x| x.comdats()),
[INFO] [stdout]     |                    --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 100 |             &$from::Elf64(ref $var) => $to::Elf64($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:102:28
[INFO] [stdout]     |
[INFO] [stdout] 102 |             $from::MachO32(ref $var) => $to::MachO32($body),
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 410 |             inner: map_inner!(self, File, ComdatIteratorInternal, |x| x.comdats()),
[INFO] [stdout]     |                    --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 102 |             &$from::MachO32(ref $var) => $to::MachO32($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:104:28
[INFO] [stdout]     |
[INFO] [stdout] 104 |             $from::MachO64(ref $var) => $to::MachO64($body),
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 410 |             inner: map_inner!(self, File, ComdatIteratorInternal, |x| x.comdats()),
[INFO] [stdout]     |                    --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 104 |             &$from::MachO64(ref $var) => $to::MachO64($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:106:25
[INFO] [stdout]     |
[INFO] [stdout] 106 |             $from::Pe32(ref $var) => $to::Pe32($body),
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 410 |             inner: map_inner!(self, File, ComdatIteratorInternal, |x| x.comdats()),
[INFO] [stdout]     |                    --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 106 |             &$from::Pe32(ref $var) => $to::Pe32($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:108:25
[INFO] [stdout]     |
[INFO] [stdout] 108 |             $from::Pe64(ref $var) => $to::Pe64($body),
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 410 |             inner: map_inner!(self, File, ComdatIteratorInternal, |x| x.comdats()),
[INFO] [stdout]     |                    --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 108 |             &$from::Pe64(ref $var) => $to::Pe64($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:112:28
[INFO] [stdout]     |
[INFO] [stdout] 112 |             $from::Xcoff32(ref $var) => $to::Xcoff32($body),
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 410 |             inner: map_inner!(self, File, ComdatIteratorInternal, |x| x.comdats()),
[INFO] [stdout]     |                    --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 112 |             &$from::Xcoff32(ref $var) => $to::Xcoff32($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:114:28
[INFO] [stdout]     |
[INFO] [stdout] 114 |             $from::Xcoff64(ref $var) => $to::Xcoff64($body),
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 410 |             inner: map_inner!(self, File, ComdatIteratorInternal, |x| x.comdats()),
[INFO] [stdout]     |                    --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 114 |             &$from::Xcoff64(ref $var) => $to::Xcoff64($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:124:25
[INFO] [stdout]     |
[INFO] [stdout] 124 |               $from::Coff(ref $var) => $body.map($to::Coff),
[INFO] [stdout]     |                           ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 415 | /         map_inner_option!(self, File, SymbolInternal, |x| x
[INFO] [stdout] 416 | |             .symbol_by_index(index)
[INFO] [stdout] 417 | |             .map(|x| (x, PhantomData)))
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 124 |             &$from::Coff(ref $var) => $body.map($to::Coff),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:126:28
[INFO] [stdout]     |
[INFO] [stdout] 126 |               $from::CoffBig(ref $var) => $body.map($to::CoffBig),
[INFO] [stdout]     |                              ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 415 | /         map_inner_option!(self, File, SymbolInternal, |x| x
[INFO] [stdout] 416 | |             .symbol_by_index(index)
[INFO] [stdout] 417 | |             .map(|x| (x, PhantomData)))
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 126 |             &$from::CoffBig(ref $var) => $body.map($to::CoffBig),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:128:26
[INFO] [stdout]     |
[INFO] [stdout] 128 |               $from::Elf32(ref $var) => $body.map($to::Elf32),
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 415 | /         map_inner_option!(self, File, SymbolInternal, |x| x
[INFO] [stdout] 416 | |             .symbol_by_index(index)
[INFO] [stdout] 417 | |             .map(|x| (x, PhantomData)))
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 128 |             &$from::Elf32(ref $var) => $body.map($to::Elf32),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:130:26
[INFO] [stdout]     |
[INFO] [stdout] 130 |               $from::Elf64(ref $var) => $body.map($to::Elf64),
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 415 | /         map_inner_option!(self, File, SymbolInternal, |x| x
[INFO] [stdout] 416 | |             .symbol_by_index(index)
[INFO] [stdout] 417 | |             .map(|x| (x, PhantomData)))
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             &$from::Elf64(ref $var) => $body.map($to::Elf64),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:132:28
[INFO] [stdout]     |
[INFO] [stdout] 132 |               $from::MachO32(ref $var) => $body.map($to::MachO32),
[INFO] [stdout]     |                              ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 415 | /         map_inner_option!(self, File, SymbolInternal, |x| x
[INFO] [stdout] 416 | |             .symbol_by_index(index)
[INFO] [stdout] 417 | |             .map(|x| (x, PhantomData)))
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 132 |             &$from::MachO32(ref $var) => $body.map($to::MachO32),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:134:28
[INFO] [stdout]     |
[INFO] [stdout] 134 |               $from::MachO64(ref $var) => $body.map($to::MachO64),
[INFO] [stdout]     |                              ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 415 | /         map_inner_option!(self, File, SymbolInternal, |x| x
[INFO] [stdout] 416 | |             .symbol_by_index(index)
[INFO] [stdout] 417 | |             .map(|x| (x, PhantomData)))
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 134 |             &$from::MachO64(ref $var) => $body.map($to::MachO64),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:136:25
[INFO] [stdout]     |
[INFO] [stdout] 136 |               $from::Pe32(ref $var) => $body.map($to::Pe32),
[INFO] [stdout]     |                           ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 415 | /         map_inner_option!(self, File, SymbolInternal, |x| x
[INFO] [stdout] 416 | |             .symbol_by_index(index)
[INFO] [stdout] 417 | |             .map(|x| (x, PhantomData)))
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 136 |             &$from::Pe32(ref $var) => $body.map($to::Pe32),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:138:25
[INFO] [stdout]     |
[INFO] [stdout] 138 |               $from::Pe64(ref $var) => $body.map($to::Pe64),
[INFO] [stdout]     |                           ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 415 | /         map_inner_option!(self, File, SymbolInternal, |x| x
[INFO] [stdout] 416 | |             .symbol_by_index(index)
[INFO] [stdout] 417 | |             .map(|x| (x, PhantomData)))
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 138 |             &$from::Pe64(ref $var) => $body.map($to::Pe64),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:142:28
[INFO] [stdout]     |
[INFO] [stdout] 142 |               $from::Xcoff32(ref $var) => $body.map($to::Xcoff32),
[INFO] [stdout]     |                              ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 415 | /         map_inner_option!(self, File, SymbolInternal, |x| x
[INFO] [stdout] 416 | |             .symbol_by_index(index)
[INFO] [stdout] 417 | |             .map(|x| (x, PhantomData)))
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 142 |             &$from::Xcoff32(ref $var) => $body.map($to::Xcoff32),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:144:28
[INFO] [stdout]     |
[INFO] [stdout] 144 |               $from::Xcoff64(ref $var) => $body.map($to::Xcoff64),
[INFO] [stdout]     |                              ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 415 | /         map_inner_option!(self, File, SymbolInternal, |x| x
[INFO] [stdout] 416 | |             .symbol_by_index(index)
[INFO] [stdout] 417 | |             .map(|x| (x, PhantomData)))
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 144 |             &$from::Xcoff64(ref $var) => $body.map($to::Xcoff64),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:94:25
[INFO] [stdout]     |
[INFO] [stdout]  94 |               $from::Coff(ref $var) => $to::Coff($body),
[INFO] [stdout]     |                           ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 423 |               inner: map_inner!(self, File, SymbolIteratorInternal, |x| (
[INFO] [stdout]     |  ____________________-
[INFO] [stdout] 424 | |                 x.symbols(),
[INFO] [stdout] 425 | |                 PhantomData
[INFO] [stdout] 426 | |             )),
[INFO] [stdout]     | |______________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  94 |             &$from::Coff(ref $var) => $to::Coff($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:96:28
[INFO] [stdout]     |
[INFO] [stdout]  96 |               $from::CoffBig(ref $var) => $to::CoffBig($body),
[INFO] [stdout]     |                              ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 423 |               inner: map_inner!(self, File, SymbolIteratorInternal, |x| (
[INFO] [stdout]     |  ____________________-
[INFO] [stdout] 424 | |                 x.symbols(),
[INFO] [stdout] 425 | |                 PhantomData
[INFO] [stdout] 426 | |             )),
[INFO] [stdout]     | |______________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  96 |             &$from::CoffBig(ref $var) => $to::CoffBig($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:98:26
[INFO] [stdout]     |
[INFO] [stdout]  98 |               $from::Elf32(ref $var) => $to::Elf32($body),
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 423 |               inner: map_inner!(self, File, SymbolIteratorInternal, |x| (
[INFO] [stdout]     |  ____________________-
[INFO] [stdout] 424 | |                 x.symbols(),
[INFO] [stdout] 425 | |                 PhantomData
[INFO] [stdout] 426 | |             )),
[INFO] [stdout]     | |______________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  98 |             &$from::Elf32(ref $var) => $to::Elf32($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |               $from::Elf64(ref $var) => $to::Elf64($body),
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 423 |               inner: map_inner!(self, File, SymbolIteratorInternal, |x| (
[INFO] [stdout]     |  ____________________-
[INFO] [stdout] 424 | |                 x.symbols(),
[INFO] [stdout] 425 | |                 PhantomData
[INFO] [stdout] 426 | |             )),
[INFO] [stdout]     | |______________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 100 |             &$from::Elf64(ref $var) => $to::Elf64($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:102:28
[INFO] [stdout]     |
[INFO] [stdout] 102 |               $from::MachO32(ref $var) => $to::MachO32($body),
[INFO] [stdout]     |                              ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 423 |               inner: map_inner!(self, File, SymbolIteratorInternal, |x| (
[INFO] [stdout]     |  ____________________-
[INFO] [stdout] 424 | |                 x.symbols(),
[INFO] [stdout] 425 | |                 PhantomData
[INFO] [stdout] 426 | |             )),
[INFO] [stdout]     | |______________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 102 |             &$from::MachO32(ref $var) => $to::MachO32($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:104:28
[INFO] [stdout]     |
[INFO] [stdout] 104 |               $from::MachO64(ref $var) => $to::MachO64($body),
[INFO] [stdout]     |                              ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 423 |               inner: map_inner!(self, File, SymbolIteratorInternal, |x| (
[INFO] [stdout]     |  ____________________-
[INFO] [stdout] 424 | |                 x.symbols(),
[INFO] [stdout] 425 | |                 PhantomData
[INFO] [stdout] 426 | |             )),
[INFO] [stdout]     | |______________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 104 |             &$from::MachO64(ref $var) => $to::MachO64($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:106:25
[INFO] [stdout]     |
[INFO] [stdout] 106 |               $from::Pe32(ref $var) => $to::Pe32($body),
[INFO] [stdout]     |                           ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 423 |               inner: map_inner!(self, File, SymbolIteratorInternal, |x| (
[INFO] [stdout]     |  ____________________-
[INFO] [stdout] 424 | |                 x.symbols(),
[INFO] [stdout] 425 | |                 PhantomData
[INFO] [stdout] 426 | |             )),
[INFO] [stdout]     | |______________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 106 |             &$from::Pe32(ref $var) => $to::Pe32($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:108:25
[INFO] [stdout]     |
[INFO] [stdout] 108 |               $from::Pe64(ref $var) => $to::Pe64($body),
[INFO] [stdout]     |                           ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 423 |               inner: map_inner!(self, File, SymbolIteratorInternal, |x| (
[INFO] [stdout]     |  ____________________-
[INFO] [stdout] 424 | |                 x.symbols(),
[INFO] [stdout] 425 | |                 PhantomData
[INFO] [stdout] 426 | |             )),
[INFO] [stdout]     | |______________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 108 |             &$from::Pe64(ref $var) => $to::Pe64($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:112:28
[INFO] [stdout]     |
[INFO] [stdout] 112 |               $from::Xcoff32(ref $var) => $to::Xcoff32($body),
[INFO] [stdout]     |                              ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 423 |               inner: map_inner!(self, File, SymbolIteratorInternal, |x| (
[INFO] [stdout]     |  ____________________-
[INFO] [stdout] 424 | |                 x.symbols(),
[INFO] [stdout] 425 | |                 PhantomData
[INFO] [stdout] 426 | |             )),
[INFO] [stdout]     | |______________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 112 |             &$from::Xcoff32(ref $var) => $to::Xcoff32($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:114:28
[INFO] [stdout]     |
[INFO] [stdout] 114 |               $from::Xcoff64(ref $var) => $to::Xcoff64($body),
[INFO] [stdout]     |                              ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 423 |               inner: map_inner!(self, File, SymbolIteratorInternal, |x| (
[INFO] [stdout]     |  ____________________-
[INFO] [stdout] 424 | |                 x.symbols(),
[INFO] [stdout] 425 | |                 PhantomData
[INFO] [stdout] 426 | |             )),
[INFO] [stdout]     | |______________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 114 |             &$from::Xcoff64(ref $var) => $to::Xcoff64($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:124:25
[INFO] [stdout]     |
[INFO] [stdout] 124 |               $from::Coff(ref $var) => $body.map($to::Coff),
[INFO] [stdout]     |                           ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 431 | /         map_inner_option!(self, File, SymbolTableInternal, |x| x
[INFO] [stdout] 432 | |             .symbol_table()
[INFO] [stdout] 433 | |             .map(|x| (x, PhantomData)))
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 124 |             &$from::Coff(ref $var) => $body.map($to::Coff),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:126:28
[INFO] [stdout]     |
[INFO] [stdout] 126 |               $from::CoffBig(ref $var) => $body.map($to::CoffBig),
[INFO] [stdout]     |                              ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 431 | /         map_inner_option!(self, File, SymbolTableInternal, |x| x
[INFO] [stdout] 432 | |             .symbol_table()
[INFO] [stdout] 433 | |             .map(|x| (x, PhantomData)))
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 126 |             &$from::CoffBig(ref $var) => $body.map($to::CoffBig),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:128:26
[INFO] [stdout]     |
[INFO] [stdout] 128 |               $from::Elf32(ref $var) => $body.map($to::Elf32),
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 431 | /         map_inner_option!(self, File, SymbolTableInternal, |x| x
[INFO] [stdout] 432 | |             .symbol_table()
[INFO] [stdout] 433 | |             .map(|x| (x, PhantomData)))
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 128 |             &$from::Elf32(ref $var) => $body.map($to::Elf32),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:130:26
[INFO] [stdout]     |
[INFO] [stdout] 130 |               $from::Elf64(ref $var) => $body.map($to::Elf64),
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 431 | /         map_inner_option!(self, File, SymbolTableInternal, |x| x
[INFO] [stdout] 432 | |             .symbol_table()
[INFO] [stdout] 433 | |             .map(|x| (x, PhantomData)))
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             &$from::Elf64(ref $var) => $body.map($to::Elf64),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:132:28
[INFO] [stdout]     |
[INFO] [stdout] 132 |               $from::MachO32(ref $var) => $body.map($to::MachO32),
[INFO] [stdout]     |                              ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 431 | /         map_inner_option!(self, File, SymbolTableInternal, |x| x
[INFO] [stdout] 432 | |             .symbol_table()
[INFO] [stdout] 433 | |             .map(|x| (x, PhantomData)))
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 132 |             &$from::MachO32(ref $var) => $body.map($to::MachO32),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:134:28
[INFO] [stdout]     |
[INFO] [stdout] 134 |               $from::MachO64(ref $var) => $body.map($to::MachO64),
[INFO] [stdout]     |                              ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 431 | /         map_inner_option!(self, File, SymbolTableInternal, |x| x
[INFO] [stdout] 432 | |             .symbol_table()
[INFO] [stdout] 433 | |             .map(|x| (x, PhantomData)))
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 134 |             &$from::MachO64(ref $var) => $body.map($to::MachO64),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:136:25
[INFO] [stdout]     |
[INFO] [stdout] 136 |               $from::Pe32(ref $var) => $body.map($to::Pe32),
[INFO] [stdout]     |                           ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 431 | /         map_inner_option!(self, File, SymbolTableInternal, |x| x
[INFO] [stdout] 432 | |             .symbol_table()
[INFO] [stdout] 433 | |             .map(|x| (x, PhantomData)))
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 136 |             &$from::Pe32(ref $var) => $body.map($to::Pe32),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:138:25
[INFO] [stdout]     |
[INFO] [stdout] 138 |               $from::Pe64(ref $var) => $body.map($to::Pe64),
[INFO] [stdout]     |                           ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 431 | /         map_inner_option!(self, File, SymbolTableInternal, |x| x
[INFO] [stdout] 432 | |             .symbol_table()
[INFO] [stdout] 433 | |             .map(|x| (x, PhantomData)))
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 138 |             &$from::Pe64(ref $var) => $body.map($to::Pe64),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:142:28
[INFO] [stdout]     |
[INFO] [stdout] 142 |               $from::Xcoff32(ref $var) => $body.map($to::Xcoff32),
[INFO] [stdout]     |                              ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 431 | /         map_inner_option!(self, File, SymbolTableInternal, |x| x
[INFO] [stdout] 432 | |             .symbol_table()
[INFO] [stdout] 433 | |             .map(|x| (x, PhantomData)))
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 142 |             &$from::Xcoff32(ref $var) => $body.map($to::Xcoff32),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:144:28
[INFO] [stdout]     |
[INFO] [stdout] 144 |               $from::Xcoff64(ref $var) => $body.map($to::Xcoff64),
[INFO] [stdout]     |                              ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 431 | /         map_inner_option!(self, File, SymbolTableInternal, |x| x
[INFO] [stdout] 432 | |             .symbol_table()
[INFO] [stdout] 433 | |             .map(|x| (x, PhantomData)))
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 144 |             &$from::Xcoff64(ref $var) => $body.map($to::Xcoff64),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:94:25
[INFO] [stdout]     |
[INFO] [stdout]  94 |               $from::Coff(ref $var) => $to::Coff($body),
[INFO] [stdout]     |                           ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 439 |               inner: map_inner!(self, File, SymbolIteratorInternal, |x| (
[INFO] [stdout]     |  ____________________-
[INFO] [stdout] 440 | |                 x.dynamic_symbols(),
[INFO] [stdout] 441 | |                 PhantomData
[INFO] [stdout] 442 | |             )),
[INFO] [stdout]     | |______________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  94 |             &$from::Coff(ref $var) => $to::Coff($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:96:28
[INFO] [stdout]     |
[INFO] [stdout]  96 |               $from::CoffBig(ref $var) => $to::CoffBig($body),
[INFO] [stdout]     |                              ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 439 |               inner: map_inner!(self, File, SymbolIteratorInternal, |x| (
[INFO] [stdout]     |  ____________________-
[INFO] [stdout] 440 | |                 x.dynamic_symbols(),
[INFO] [stdout] 441 | |                 PhantomData
[INFO] [stdout] 442 | |             )),
[INFO] [stdout]     | |______________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  96 |             &$from::CoffBig(ref $var) => $to::CoffBig($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:98:26
[INFO] [stdout]     |
[INFO] [stdout]  98 |               $from::Elf32(ref $var) => $to::Elf32($body),
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 439 |               inner: map_inner!(self, File, SymbolIteratorInternal, |x| (
[INFO] [stdout]     |  ____________________-
[INFO] [stdout] 440 | |                 x.dynamic_symbols(),
[INFO] [stdout] 441 | |                 PhantomData
[INFO] [stdout] 442 | |             )),
[INFO] [stdout]     | |______________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  98 |             &$from::Elf32(ref $var) => $to::Elf32($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |               $from::Elf64(ref $var) => $to::Elf64($body),
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 439 |               inner: map_inner!(self, File, SymbolIteratorInternal, |x| (
[INFO] [stdout]     |  ____________________-
[INFO] [stdout] 440 | |                 x.dynamic_symbols(),
[INFO] [stdout] 441 | |                 PhantomData
[INFO] [stdout] 442 | |             )),
[INFO] [stdout]     | |______________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 100 |             &$from::Elf64(ref $var) => $to::Elf64($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:102:28
[INFO] [stdout]     |
[INFO] [stdout] 102 |               $from::MachO32(ref $var) => $to::MachO32($body),
[INFO] [stdout]     |                              ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 439 |               inner: map_inner!(self, File, SymbolIteratorInternal, |x| (
[INFO] [stdout]     |  ____________________-
[INFO] [stdout] 440 | |                 x.dynamic_symbols(),
[INFO] [stdout] 441 | |                 PhantomData
[INFO] [stdout] 442 | |             )),
[INFO] [stdout]     | |______________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 102 |             &$from::MachO32(ref $var) => $to::MachO32($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:104:28
[INFO] [stdout]     |
[INFO] [stdout] 104 |               $from::MachO64(ref $var) => $to::MachO64($body),
[INFO] [stdout]     |                              ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 439 |               inner: map_inner!(self, File, SymbolIteratorInternal, |x| (
[INFO] [stdout]     |  ____________________-
[INFO] [stdout] 440 | |                 x.dynamic_symbols(),
[INFO] [stdout] 441 | |                 PhantomData
[INFO] [stdout] 442 | |             )),
[INFO] [stdout]     | |______________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 104 |             &$from::MachO64(ref $var) => $to::MachO64($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:106:25
[INFO] [stdout]     |
[INFO] [stdout] 106 |               $from::Pe32(ref $var) => $to::Pe32($body),
[INFO] [stdout]     |                           ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 439 |               inner: map_inner!(self, File, SymbolIteratorInternal, |x| (
[INFO] [stdout]     |  ____________________-
[INFO] [stdout] 440 | |                 x.dynamic_symbols(),
[INFO] [stdout] 441 | |                 PhantomData
[INFO] [stdout] 442 | |             )),
[INFO] [stdout]     | |______________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 106 |             &$from::Pe32(ref $var) => $to::Pe32($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:108:25
[INFO] [stdout]     |
[INFO] [stdout] 108 |               $from::Pe64(ref $var) => $to::Pe64($body),
[INFO] [stdout]     |                           ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 439 |               inner: map_inner!(self, File, SymbolIteratorInternal, |x| (
[INFO] [stdout]     |  ____________________-
[INFO] [stdout] 440 | |                 x.dynamic_symbols(),
[INFO] [stdout] 441 | |                 PhantomData
[INFO] [stdout] 442 | |             )),
[INFO] [stdout]     | |______________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 108 |             &$from::Pe64(ref $var) => $to::Pe64($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:112:28
[INFO] [stdout]     |
[INFO] [stdout] 112 |               $from::Xcoff32(ref $var) => $to::Xcoff32($body),
[INFO] [stdout]     |                              ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 439 |               inner: map_inner!(self, File, SymbolIteratorInternal, |x| (
[INFO] [stdout]     |  ____________________-
[INFO] [stdout] 440 | |                 x.dynamic_symbols(),
[INFO] [stdout] 441 | |                 PhantomData
[INFO] [stdout] 442 | |             )),
[INFO] [stdout]     | |______________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 112 |             &$from::Xcoff32(ref $var) => $to::Xcoff32($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:114:28
[INFO] [stdout]     |
[INFO] [stdout] 114 |               $from::Xcoff64(ref $var) => $to::Xcoff64($body),
[INFO] [stdout]     |                              ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 439 |               inner: map_inner!(self, File, SymbolIteratorInternal, |x| (
[INFO] [stdout]     |  ____________________-
[INFO] [stdout] 440 | |                 x.dynamic_symbols(),
[INFO] [stdout] 441 | |                 PhantomData
[INFO] [stdout] 442 | |             )),
[INFO] [stdout]     | |______________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 114 |             &$from::Xcoff64(ref $var) => $to::Xcoff64($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:124:25
[INFO] [stdout]     |
[INFO] [stdout] 124 |               $from::Coff(ref $var) => $body.map($to::Coff),
[INFO] [stdout]     |                           ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 447 | /         map_inner_option!(self, File, SymbolTableInternal, |x| x
[INFO] [stdout] 448 | |             .dynamic_symbol_table()
[INFO] [stdout] 449 | |             .map(|x| (x, PhantomData)))
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 124 |             &$from::Coff(ref $var) => $body.map($to::Coff),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:126:28
[INFO] [stdout]     |
[INFO] [stdout] 126 |               $from::CoffBig(ref $var) => $body.map($to::CoffBig),
[INFO] [stdout]     |                              ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 447 | /         map_inner_option!(self, File, SymbolTableInternal, |x| x
[INFO] [stdout] 448 | |             .dynamic_symbol_table()
[INFO] [stdout] 449 | |             .map(|x| (x, PhantomData)))
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 126 |             &$from::CoffBig(ref $var) => $body.map($to::CoffBig),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:128:26
[INFO] [stdout]     |
[INFO] [stdout] 128 |               $from::Elf32(ref $var) => $body.map($to::Elf32),
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 447 | /         map_inner_option!(self, File, SymbolTableInternal, |x| x
[INFO] [stdout] 448 | |             .dynamic_symbol_table()
[INFO] [stdout] 449 | |             .map(|x| (x, PhantomData)))
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 128 |             &$from::Elf32(ref $var) => $body.map($to::Elf32),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:130:26
[INFO] [stdout]     |
[INFO] [stdout] 130 |               $from::Elf64(ref $var) => $body.map($to::Elf64),
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 447 | /         map_inner_option!(self, File, SymbolTableInternal, |x| x
[INFO] [stdout] 448 | |             .dynamic_symbol_table()
[INFO] [stdout] 449 | |             .map(|x| (x, PhantomData)))
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             &$from::Elf64(ref $var) => $body.map($to::Elf64),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:132:28
[INFO] [stdout]     |
[INFO] [stdout] 132 |               $from::MachO32(ref $var) => $body.map($to::MachO32),
[INFO] [stdout]     |                              ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 447 | /         map_inner_option!(self, File, SymbolTableInternal, |x| x
[INFO] [stdout] 448 | |             .dynamic_symbol_table()
[INFO] [stdout] 449 | |             .map(|x| (x, PhantomData)))
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 132 |             &$from::MachO32(ref $var) => $body.map($to::MachO32),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:134:28
[INFO] [stdout]     |
[INFO] [stdout] 134 |               $from::MachO64(ref $var) => $body.map($to::MachO64),
[INFO] [stdout]     |                              ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 447 | /         map_inner_option!(self, File, SymbolTableInternal, |x| x
[INFO] [stdout] 448 | |             .dynamic_symbol_table()
[INFO] [stdout] 449 | |             .map(|x| (x, PhantomData)))
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 134 |             &$from::MachO64(ref $var) => $body.map($to::MachO64),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:136:25
[INFO] [stdout]     |
[INFO] [stdout] 136 |               $from::Pe32(ref $var) => $body.map($to::Pe32),
[INFO] [stdout]     |                           ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 447 | /         map_inner_option!(self, File, SymbolTableInternal, |x| x
[INFO] [stdout] 448 | |             .dynamic_symbol_table()
[INFO] [stdout] 449 | |             .map(|x| (x, PhantomData)))
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 136 |             &$from::Pe32(ref $var) => $body.map($to::Pe32),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:138:25
[INFO] [stdout]     |
[INFO] [stdout] 138 |               $from::Pe64(ref $var) => $body.map($to::Pe64),
[INFO] [stdout]     |                           ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 447 | /         map_inner_option!(self, File, SymbolTableInternal, |x| x
[INFO] [stdout] 448 | |             .dynamic_symbol_table()
[INFO] [stdout] 449 | |             .map(|x| (x, PhantomData)))
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 138 |             &$from::Pe64(ref $var) => $body.map($to::Pe64),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:142:28
[INFO] [stdout]     |
[INFO] [stdout] 142 |               $from::Xcoff32(ref $var) => $body.map($to::Xcoff32),
[INFO] [stdout]     |                              ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 447 | /         map_inner_option!(self, File, SymbolTableInternal, |x| x
[INFO] [stdout] 448 | |             .dynamic_symbol_table()
[INFO] [stdout] 449 | |             .map(|x| (x, PhantomData)))
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 142 |             &$from::Xcoff32(ref $var) => $body.map($to::Xcoff32),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:144:28
[INFO] [stdout]     |
[INFO] [stdout] 144 |               $from::Xcoff64(ref $var) => $body.map($to::Xcoff64),
[INFO] [stdout]     |                              ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 447 | /         map_inner_option!(self, File, SymbolTableInternal, |x| x
[INFO] [stdout] 448 | |             .dynamic_symbol_table()
[INFO] [stdout] 449 | |             .map(|x| (x, PhantomData)))
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 144 |             &$from::Xcoff64(ref $var) => $body.map($to::Xcoff64),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:35:25
[INFO] [stdout]     |
[INFO] [stdout]  35 |             $enum::Coff(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 474 |         with_inner!(self, File, |x| x.symbol_map())
[INFO] [stdout]     |         ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  35 |             &$enum::Coff(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:37:28
[INFO] [stdout]     |
[INFO] [stdout]  37 |             $enum::CoffBig(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 474 |         with_inner!(self, File, |x| x.symbol_map())
[INFO] [stdout]     |         ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  37 |             &$enum::CoffBig(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:39:26
[INFO] [stdout]     |
[INFO] [stdout]  39 |             $enum::Elf32(ref $var) => $body,
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 474 |         with_inner!(self, File, |x| x.symbol_map())
[INFO] [stdout]     |         ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  39 |             &$enum::Elf32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:41:26
[INFO] [stdout]     |
[INFO] [stdout]  41 |             $enum::Elf64(ref $var) => $body,
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 474 |         with_inner!(self, File, |x| x.symbol_map())
[INFO] [stdout]     |         ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  41 |             &$enum::Elf64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:43:28
[INFO] [stdout]     |
[INFO] [stdout]  43 |             $enum::MachO32(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 474 |         with_inner!(self, File, |x| x.symbol_map())
[INFO] [stdout]     |         ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  43 |             &$enum::MachO32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:45:28
[INFO] [stdout]     |
[INFO] [stdout]  45 |             $enum::MachO64(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 474 |         with_inner!(self, File, |x| x.symbol_map())
[INFO] [stdout]     |         ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  45 |             &$enum::MachO64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:47:25
[INFO] [stdout]     |
[INFO] [stdout]  47 |             $enum::Pe32(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 474 |         with_inner!(self, File, |x| x.symbol_map())
[INFO] [stdout]     |         ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  47 |             &$enum::Pe32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:49:25
[INFO] [stdout]     |
[INFO] [stdout]  49 |             $enum::Pe64(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 474 |         with_inner!(self, File, |x| x.symbol_map())
[INFO] [stdout]     |         ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  49 |             &$enum::Pe64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:53:28
[INFO] [stdout]     |
[INFO] [stdout]  53 |             $enum::Xcoff32(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 474 |         with_inner!(self, File, |x| x.symbol_map())
[INFO] [stdout]     |         ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  53 |             &$enum::Xcoff32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:55:28
[INFO] [stdout]     |
[INFO] [stdout]  55 |             $enum::Xcoff64(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 474 |         with_inner!(self, File, |x| x.symbol_map())
[INFO] [stdout]     |         ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  55 |             &$enum::Xcoff64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:35:25
[INFO] [stdout]     |
[INFO] [stdout]  35 |             $enum::Coff(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 478 |         with_inner!(self, File, |x| x.object_map())
[INFO] [stdout]     |         ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  35 |             &$enum::Coff(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:37:28
[INFO] [stdout]     |
[INFO] [stdout]  37 |             $enum::CoffBig(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 478 |         with_inner!(self, File, |x| x.object_map())
[INFO] [stdout]     |         ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  37 |             &$enum::CoffBig(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:39:26
[INFO] [stdout]     |
[INFO] [stdout]  39 |             $enum::Elf32(ref $var) => $body,
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 478 |         with_inner!(self, File, |x| x.object_map())
[INFO] [stdout]     |         ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  39 |             &$enum::Elf32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:41:26
[INFO] [stdout]     |
[INFO] [stdout]  41 |             $enum::Elf64(ref $var) => $body,
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 478 |         with_inner!(self, File, |x| x.object_map())
[INFO] [stdout]     |         ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  41 |             &$enum::Elf64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:43:28
[INFO] [stdout]     |
[INFO] [stdout]  43 |             $enum::MachO32(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 478 |         with_inner!(self, File, |x| x.object_map())
[INFO] [stdout]     |         ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  43 |             &$enum::MachO32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:45:28
[INFO] [stdout]     |
[INFO] [stdout]  45 |             $enum::MachO64(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 478 |         with_inner!(self, File, |x| x.object_map())
[INFO] [stdout]     |         ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  45 |             &$enum::MachO64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:47:25
[INFO] [stdout]     |
[INFO] [stdout]  47 |             $enum::Pe32(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 478 |         with_inner!(self, File, |x| x.object_map())
[INFO] [stdout]     |         ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  47 |             &$enum::Pe32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:49:25
[INFO] [stdout]     |
[INFO] [stdout]  49 |             $enum::Pe64(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 478 |         with_inner!(self, File, |x| x.object_map())
[INFO] [stdout]     |         ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  49 |             &$enum::Pe64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:53:28
[INFO] [stdout]     |
[INFO] [stdout]  53 |             $enum::Xcoff32(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 478 |         with_inner!(self, File, |x| x.object_map())
[INFO] [stdout]     |         ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  53 |             &$enum::Xcoff32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:55:28
[INFO] [stdout]     |
[INFO] [stdout]  55 |             $enum::Xcoff64(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 478 |         with_inner!(self, File, |x| x.object_map())
[INFO] [stdout]     |         ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  55 |             &$enum::Xcoff64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:35:25
[INFO] [stdout]     |
[INFO] [stdout]  35 |             $enum::Coff(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 482 |         with_inner!(self, File, |x| x.imports())
[INFO] [stdout]     |         ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  35 |             &$enum::Coff(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:37:28
[INFO] [stdout]     |
[INFO] [stdout]  37 |             $enum::CoffBig(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 482 |         with_inner!(self, File, |x| x.imports())
[INFO] [stdout]     |         ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  37 |             &$enum::CoffBig(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:39:26
[INFO] [stdout]     |
[INFO] [stdout]  39 |             $enum::Elf32(ref $var) => $body,
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 482 |         with_inner!(self, File, |x| x.imports())
[INFO] [stdout]     |         ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  39 |             &$enum::Elf32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:41:26
[INFO] [stdout]     |
[INFO] [stdout]  41 |             $enum::Elf64(ref $var) => $body,
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 482 |         with_inner!(self, File, |x| x.imports())
[INFO] [stdout]     |         ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  41 |             &$enum::Elf64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:43:28
[INFO] [stdout]     |
[INFO] [stdout]  43 |             $enum::MachO32(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 482 |         with_inner!(self, File, |x| x.imports())
[INFO] [stdout]     |         ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  43 |             &$enum::MachO32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:45:28
[INFO] [stdout]     |
[INFO] [stdout]  45 |             $enum::MachO64(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 482 |         with_inner!(self, File, |x| x.imports())
[INFO] [stdout]     |         ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  45 |             &$enum::MachO64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:47:25
[INFO] [stdout]     |
[INFO] [stdout]  47 |             $enum::Pe32(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 482 |         with_inner!(self, File, |x| x.imports())
[INFO] [stdout]     |         ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  47 |             &$enum::Pe32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:49:25
[INFO] [stdout]     |
[INFO] [stdout]  49 |             $enum::Pe64(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 482 |         with_inner!(self, File, |x| x.imports())
[INFO] [stdout]     |         ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  49 |             &$enum::Pe64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:53:28
[INFO] [stdout]     |
[INFO] [stdout]  53 |             $enum::Xcoff32(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 482 |         with_inner!(self, File, |x| x.imports())
[INFO] [stdout]     |         ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  53 |             &$enum::Xcoff32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:55:28
[INFO] [stdout]     |
[INFO] [stdout]  55 |             $enum::Xcoff64(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 482 |         with_inner!(self, File, |x| x.imports())
[INFO] [stdout]     |         ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  55 |             &$enum::Xcoff64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:35:25
[INFO] [stdout]     |
[INFO] [stdout]  35 |             $enum::Coff(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 486 |         with_inner!(self, File, |x| x.exports())
[INFO] [stdout]     |         ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  35 |             &$enum::Coff(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:37:28
[INFO] [stdout]     |
[INFO] [stdout]  37 |             $enum::CoffBig(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 486 |         with_inner!(self, File, |x| x.exports())
[INFO] [stdout]     |         ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  37 |             &$enum::CoffBig(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:39:26
[INFO] [stdout]     |
[INFO] [stdout]  39 |             $enum::Elf32(ref $var) => $body,
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 486 |         with_inner!(self, File, |x| x.exports())
[INFO] [stdout]     |         ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  39 |             &$enum::Elf32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:41:26
[INFO] [stdout]     |
[INFO] [stdout]  41 |             $enum::Elf64(ref $var) => $body,
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 486 |         with_inner!(self, File, |x| x.exports())
[INFO] [stdout]     |         ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  41 |             &$enum::Elf64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:43:28
[INFO] [stdout]     |
[INFO] [stdout]  43 |             $enum::MachO32(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 486 |         with_inner!(self, File, |x| x.exports())
[INFO] [stdout]     |         ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  43 |             &$enum::MachO32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:45:28
[INFO] [stdout]     |
[INFO] [stdout]  45 |             $enum::MachO64(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 486 |         with_inner!(self, File, |x| x.exports())
[INFO] [stdout]     |         ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  45 |             &$enum::MachO64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:47:25
[INFO] [stdout]     |
[INFO] [stdout]  47 |             $enum::Pe32(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 486 |         with_inner!(self, File, |x| x.exports())
[INFO] [stdout]     |         ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  47 |             &$enum::Pe32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:49:25
[INFO] [stdout]     |
[INFO] [stdout]  49 |             $enum::Pe64(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 486 |         with_inner!(self, File, |x| x.exports())
[INFO] [stdout]     |         ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  49 |             &$enum::Pe64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:53:28
[INFO] [stdout]     |
[INFO] [stdout]  53 |             $enum::Xcoff32(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 486 |         with_inner!(self, File, |x| x.exports())
[INFO] [stdout]     |         ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  53 |             &$enum::Xcoff32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:55:28
[INFO] [stdout]     |
[INFO] [stdout]  55 |             $enum::Xcoff64(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 486 |         with_inner!(self, File, |x| x.exports())
[INFO] [stdout]     |         ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  55 |             &$enum::Xcoff64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:35:25
[INFO] [stdout]     |
[INFO] [stdout]  35 |             $enum::Coff(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 490 |         with_inner!(self, File, |x| x.has_debug_symbols())
[INFO] [stdout]     |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  35 |             &$enum::Coff(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:37:28
[INFO] [stdout]     |
[INFO] [stdout]  37 |             $enum::CoffBig(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 490 |         with_inner!(self, File, |x| x.has_debug_symbols())
[INFO] [stdout]     |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  37 |             &$enum::CoffBig(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:39:26
[INFO] [stdout]     |
[INFO] [stdout]  39 |             $enum::Elf32(ref $var) => $body,
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 490 |         with_inner!(self, File, |x| x.has_debug_symbols())
[INFO] [stdout]     |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  39 |             &$enum::Elf32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:41:26
[INFO] [stdout]     |
[INFO] [stdout]  41 |             $enum::Elf64(ref $var) => $body,
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 490 |         with_inner!(self, File, |x| x.has_debug_symbols())
[INFO] [stdout]     |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  41 |             &$enum::Elf64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:43:28
[INFO] [stdout]     |
[INFO] [stdout]  43 |             $enum::MachO32(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 490 |         with_inner!(self, File, |x| x.has_debug_symbols())
[INFO] [stdout]     |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  43 |             &$enum::MachO32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:45:28
[INFO] [stdout]     |
[INFO] [stdout]  45 |             $enum::MachO64(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 490 |         with_inner!(self, File, |x| x.has_debug_symbols())
[INFO] [stdout]     |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  45 |             &$enum::MachO64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:47:25
[INFO] [stdout]     |
[INFO] [stdout]  47 |             $enum::Pe32(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 490 |         with_inner!(self, File, |x| x.has_debug_symbols())
[INFO] [stdout]     |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  47 |             &$enum::Pe32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:49:25
[INFO] [stdout]     |
[INFO] [stdout]  49 |             $enum::Pe64(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 490 |         with_inner!(self, File, |x| x.has_debug_symbols())
[INFO] [stdout]     |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  49 |             &$enum::Pe64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:53:28
[INFO] [stdout]     |
[INFO] [stdout]  53 |             $enum::Xcoff32(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 490 |         with_inner!(self, File, |x| x.has_debug_symbols())
[INFO] [stdout]     |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  53 |             &$enum::Xcoff32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:55:28
[INFO] [stdout]     |
[INFO] [stdout]  55 |             $enum::Xcoff64(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 490 |         with_inner!(self, File, |x| x.has_debug_symbols())
[INFO] [stdout]     |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  55 |             &$enum::Xcoff64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:35:25
[INFO] [stdout]     |
[INFO] [stdout]  35 |             $enum::Coff(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 495 |         with_inner!(self, File, |x| x.mach_uuid())
[INFO] [stdout]     |         ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  35 |             &$enum::Coff(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:37:28
[INFO] [stdout]     |
[INFO] [stdout]  37 |             $enum::CoffBig(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 495 |         with_inner!(self, File, |x| x.mach_uuid())
[INFO] [stdout]     |         ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  37 |             &$enum::CoffBig(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:39:26
[INFO] [stdout]     |
[INFO] [stdout]  39 |             $enum::Elf32(ref $var) => $body,
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 495 |         with_inner!(self, File, |x| x.mach_uuid())
[INFO] [stdout]     |         ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  39 |             &$enum::Elf32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:41:26
[INFO] [stdout]     |
[INFO] [stdout]  41 |             $enum::Elf64(ref $var) => $body,
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 495 |         with_inner!(self, File, |x| x.mach_uuid())
[INFO] [stdout]     |         ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  41 |             &$enum::Elf64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:43:28
[INFO] [stdout]     |
[INFO] [stdout]  43 |             $enum::MachO32(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 495 |         with_inner!(self, File, |x| x.mach_uuid())
[INFO] [stdout]     |         ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  43 |             &$enum::MachO32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:45:28
[INFO] [stdout]     |
[INFO] [stdout]  45 |             $enum::MachO64(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 495 |         with_inner!(self, File, |x| x.mach_uuid())
[INFO] [stdout]     |         ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  45 |             &$enum::MachO64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:47:25
[INFO] [stdout]     |
[INFO] [stdout]  47 |             $enum::Pe32(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 495 |         with_inner!(self, File, |x| x.mach_uuid())
[INFO] [stdout]     |         ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  47 |             &$enum::Pe32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:49:25
[INFO] [stdout]     |
[INFO] [stdout]  49 |             $enum::Pe64(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 495 |         with_inner!(self, File, |x| x.mach_uuid())
[INFO] [stdout]     |         ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  49 |             &$enum::Pe64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:53:28
[INFO] [stdout]     |
[INFO] [stdout]  53 |             $enum::Xcoff32(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 495 |         with_inner!(self, File, |x| x.mach_uuid())
[INFO] [stdout]     |         ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  53 |             &$enum::Xcoff32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:55:28
[INFO] [stdout]     |
[INFO] [stdout]  55 |             $enum::Xcoff64(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 495 |         with_inner!(self, File, |x| x.mach_uuid())
[INFO] [stdout]     |         ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  55 |             &$enum::Xcoff64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:35:25
[INFO] [stdout]     |
[INFO] [stdout]  35 |             $enum::Coff(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 500 |         with_inner!(self, File, |x| x.build_id())
[INFO] [stdout]     |         ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  35 |             &$enum::Coff(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:37:28
[INFO] [stdout]     |
[INFO] [stdout]  37 |             $enum::CoffBig(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 500 |         with_inner!(self, File, |x| x.build_id())
[INFO] [stdout]     |         ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  37 |             &$enum::CoffBig(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:39:26
[INFO] [stdout]     |
[INFO] [stdout]  39 |             $enum::Elf32(ref $var) => $body,
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 500 |         with_inner!(self, File, |x| x.build_id())
[INFO] [stdout]     |         ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  39 |             &$enum::Elf32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:41:26
[INFO] [stdout]     |
[INFO] [stdout]  41 |             $enum::Elf64(ref $var) => $body,
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 500 |         with_inner!(self, File, |x| x.build_id())
[INFO] [stdout]     |         ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  41 |             &$enum::Elf64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:43:28
[INFO] [stdout]     |
[INFO] [stdout]  43 |             $enum::MachO32(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 500 |         with_inner!(self, File, |x| x.build_id())
[INFO] [stdout]     |         ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  43 |             &$enum::MachO32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:45:28
[INFO] [stdout]     |
[INFO] [stdout]  45 |             $enum::MachO64(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 500 |         with_inner!(self, File, |x| x.build_id())
[INFO] [stdout]     |         ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  45 |             &$enum::MachO64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:47:25
[INFO] [stdout]     |
[INFO] [stdout]  47 |             $enum::Pe32(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 500 |         with_inner!(self, File, |x| x.build_id())
[INFO] [stdout]     |         ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  47 |             &$enum::Pe32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:49:25
[INFO] [stdout]     |
[INFO] [stdout]  49 |             $enum::Pe64(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 500 |         with_inner!(self, File, |x| x.build_id())
[INFO] [stdout]     |         ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  49 |             &$enum::Pe64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:53:28
[INFO] [stdout]     |
[INFO] [stdout]  53 |             $enum::Xcoff32(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 500 |         with_inner!(self, File, |x| x.build_id())
[INFO] [stdout]     |         ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  53 |             &$enum::Xcoff32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:55:28
[INFO] [stdout]     |
[INFO] [stdout]  55 |             $enum::Xcoff64(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 500 |         with_inner!(self, File, |x| x.build_id())
[INFO] [stdout]     |         ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  55 |             &$enum::Xcoff64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:35:25
[INFO] [stdout]     |
[INFO] [stdout]  35 |             $enum::Coff(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 505 |         with_inner!(self, File, |x| x.gnu_debuglink())
[INFO] [stdout]     |         ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  35 |             &$enum::Coff(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:37:28
[INFO] [stdout]     |
[INFO] [stdout]  37 |             $enum::CoffBig(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 505 |         with_inner!(self, File, |x| x.gnu_debuglink())
[INFO] [stdout]     |         ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  37 |             &$enum::CoffBig(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:39:26
[INFO] [stdout]     |
[INFO] [stdout]  39 |             $enum::Elf32(ref $var) => $body,
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 505 |         with_inner!(self, File, |x| x.gnu_debuglink())
[INFO] [stdout]     |         ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  39 |             &$enum::Elf32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:41:26
[INFO] [stdout]     |
[INFO] [stdout]  41 |             $enum::Elf64(ref $var) => $body,
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 505 |         with_inner!(self, File, |x| x.gnu_debuglink())
[INFO] [stdout]     |         ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  41 |             &$enum::Elf64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:43:28
[INFO] [stdout]     |
[INFO] [stdout]  43 |             $enum::MachO32(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 505 |         with_inner!(self, File, |x| x.gnu_debuglink())
[INFO] [stdout]     |         ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  43 |             &$enum::MachO32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:45:28
[INFO] [stdout]     |
[INFO] [stdout]  45 |             $enum::MachO64(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 505 |         with_inner!(self, File, |x| x.gnu_debuglink())
[INFO] [stdout]     |         ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  45 |             &$enum::MachO64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:47:25
[INFO] [stdout]     |
[INFO] [stdout]  47 |             $enum::Pe32(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 505 |         with_inner!(self, File, |x| x.gnu_debuglink())
[INFO] [stdout]     |         ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  47 |             &$enum::Pe32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:49:25
[INFO] [stdout]     |
[INFO] [stdout]  49 |             $enum::Pe64(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 505 |         with_inner!(self, File, |x| x.gnu_debuglink())
[INFO] [stdout]     |         ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  49 |             &$enum::Pe64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:53:28
[INFO] [stdout]     |
[INFO] [stdout]  53 |             $enum::Xcoff32(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 505 |         with_inner!(self, File, |x| x.gnu_debuglink())
[INFO] [stdout]     |         ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  53 |             &$enum::Xcoff32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:55:28
[INFO] [stdout]     |
[INFO] [stdout]  55 |             $enum::Xcoff64(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 505 |         with_inner!(self, File, |x| x.gnu_debuglink())
[INFO] [stdout]     |         ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  55 |             &$enum::Xcoff64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:35:25
[INFO] [stdout]     |
[INFO] [stdout]  35 |             $enum::Coff(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 510 |         with_inner!(self, File, |x| x.gnu_debugaltlink())
[INFO] [stdout]     |         ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  35 |             &$enum::Coff(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:37:28
[INFO] [stdout]     |
[INFO] [stdout]  37 |             $enum::CoffBig(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 510 |         with_inner!(self, File, |x| x.gnu_debugaltlink())
[INFO] [stdout]     |         ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  37 |             &$enum::CoffBig(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:39:26
[INFO] [stdout]     |
[INFO] [stdout]  39 |             $enum::Elf32(ref $var) => $body,
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 510 |         with_inner!(self, File, |x| x.gnu_debugaltlink())
[INFO] [stdout]     |         ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  39 |             &$enum::Elf32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:41:26
[INFO] [stdout]     |
[INFO] [stdout]  41 |             $enum::Elf64(ref $var) => $body,
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 510 |         with_inner!(self, File, |x| x.gnu_debugaltlink())
[INFO] [stdout]     |         ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  41 |             &$enum::Elf64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:43:28
[INFO] [stdout]     |
[INFO] [stdout]  43 |             $enum::MachO32(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 510 |         with_inner!(self, File, |x| x.gnu_debugaltlink())
[INFO] [stdout]     |         ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  43 |             &$enum::MachO32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:45:28
[INFO] [stdout]     |
[INFO] [stdout]  45 |             $enum::MachO64(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 510 |         with_inner!(self, File, |x| x.gnu_debugaltlink())
[INFO] [stdout]     |         ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  45 |             &$enum::MachO64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:47:25
[INFO] [stdout]     |
[INFO] [stdout]  47 |             $enum::Pe32(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 510 |         with_inner!(self, File, |x| x.gnu_debugaltlink())
[INFO] [stdout]     |         ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  47 |             &$enum::Pe32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:49:25
[INFO] [stdout]     |
[INFO] [stdout]  49 |             $enum::Pe64(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 510 |         with_inner!(self, File, |x| x.gnu_debugaltlink())
[INFO] [stdout]     |         ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  49 |             &$enum::Pe64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:53:28
[INFO] [stdout]     |
[INFO] [stdout]  53 |             $enum::Xcoff32(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 510 |         with_inner!(self, File, |x| x.gnu_debugaltlink())
[INFO] [stdout]     |         ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  53 |             &$enum::Xcoff32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:55:28
[INFO] [stdout]     |
[INFO] [stdout]  55 |             $enum::Xcoff64(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 510 |         with_inner!(self, File, |x| x.gnu_debugaltlink())
[INFO] [stdout]     |         ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  55 |             &$enum::Xcoff64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:35:25
[INFO] [stdout]     |
[INFO] [stdout]  35 |             $enum::Coff(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 515 |         with_inner!(self, File, |x| x.pdb_info())
[INFO] [stdout]     |         ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  35 |             &$enum::Coff(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:37:28
[INFO] [stdout]     |
[INFO] [stdout]  37 |             $enum::CoffBig(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 515 |         with_inner!(self, File, |x| x.pdb_info())
[INFO] [stdout]     |         ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  37 |             &$enum::CoffBig(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:39:26
[INFO] [stdout]     |
[INFO] [stdout]  39 |             $enum::Elf32(ref $var) => $body,
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 515 |         with_inner!(self, File, |x| x.pdb_info())
[INFO] [stdout]     |         ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  39 |             &$enum::Elf32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:41:26
[INFO] [stdout]     |
[INFO] [stdout]  41 |             $enum::Elf64(ref $var) => $body,
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 515 |         with_inner!(self, File, |x| x.pdb_info())
[INFO] [stdout]     |         ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  41 |             &$enum::Elf64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:43:28
[INFO] [stdout]     |
[INFO] [stdout]  43 |             $enum::MachO32(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 515 |         with_inner!(self, File, |x| x.pdb_info())
[INFO] [stdout]     |         ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  43 |             &$enum::MachO32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:45:28
[INFO] [stdout]     |
[INFO] [stdout]  45 |             $enum::MachO64(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 515 |         with_inner!(self, File, |x| x.pdb_info())
[INFO] [stdout]     |         ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  45 |             &$enum::MachO64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:47:25
[INFO] [stdout]     |
[INFO] [stdout]  47 |             $enum::Pe32(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 515 |         with_inner!(self, File, |x| x.pdb_info())
[INFO] [stdout]     |         ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  47 |             &$enum::Pe32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:49:25
[INFO] [stdout]     |
[INFO] [stdout]  49 |             $enum::Pe64(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 515 |         with_inner!(self, File, |x| x.pdb_info())
[INFO] [stdout]     |         ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  49 |             &$enum::Pe64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:53:28
[INFO] [stdout]     |
[INFO] [stdout]  53 |             $enum::Xcoff32(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 515 |         with_inner!(self, File, |x| x.pdb_info())
[INFO] [stdout]     |         ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  53 |             &$enum::Xcoff32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:55:28
[INFO] [stdout]     |
[INFO] [stdout]  55 |             $enum::Xcoff64(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 515 |         with_inner!(self, File, |x| x.pdb_info())
[INFO] [stdout]     |         ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  55 |             &$enum::Xcoff64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:35:25
[INFO] [stdout]     |
[INFO] [stdout]  35 |             $enum::Coff(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 519 |         with_inner!(self, File, |x| x.relative_address_base())
[INFO] [stdout]     |         ------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  35 |             &$enum::Coff(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:37:28
[INFO] [stdout]     |
[INFO] [stdout]  37 |             $enum::CoffBig(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 519 |         with_inner!(self, File, |x| x.relative_address_base())
[INFO] [stdout]     |         ------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  37 |             &$enum::CoffBig(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:39:26
[INFO] [stdout]     |
[INFO] [stdout]  39 |             $enum::Elf32(ref $var) => $body,
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 519 |         with_inner!(self, File, |x| x.relative_address_base())
[INFO] [stdout]     |         ------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  39 |             &$enum::Elf32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:41:26
[INFO] [stdout]     |
[INFO] [stdout]  41 |             $enum::Elf64(ref $var) => $body,
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 519 |         with_inner!(self, File, |x| x.relative_address_base())
[INFO] [stdout]     |         ------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  41 |             &$enum::Elf64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:43:28
[INFO] [stdout]     |
[INFO] [stdout]  43 |             $enum::MachO32(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 519 |         with_inner!(self, File, |x| x.relative_address_base())
[INFO] [stdout]     |         ------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  43 |             &$enum::MachO32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:45:28
[INFO] [stdout]     |
[INFO] [stdout]  45 |             $enum::MachO64(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 519 |         with_inner!(self, File, |x| x.relative_address_base())
[INFO] [stdout]     |         ------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  45 |             &$enum::MachO64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:47:25
[INFO] [stdout]     |
[INFO] [stdout]  47 |             $enum::Pe32(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 519 |         with_inner!(self, File, |x| x.relative_address_base())
[INFO] [stdout]     |         ------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  47 |             &$enum::Pe32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:49:25
[INFO] [stdout]     |
[INFO] [stdout]  49 |             $enum::Pe64(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 519 |         with_inner!(self, File, |x| x.relative_address_base())
[INFO] [stdout]     |         ------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  49 |             &$enum::Pe64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:53:28
[INFO] [stdout]     |
[INFO] [stdout]  53 |             $enum::Xcoff32(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 519 |         with_inner!(self, File, |x| x.relative_address_base())
[INFO] [stdout]     |         ------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  53 |             &$enum::Xcoff32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:55:28
[INFO] [stdout]     |
[INFO] [stdout]  55 |             $enum::Xcoff64(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 519 |         with_inner!(self, File, |x| x.relative_address_base())
[INFO] [stdout]     |         ------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  55 |             &$enum::Xcoff64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:35:25
[INFO] [stdout]     |
[INFO] [stdout]  35 |             $enum::Coff(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 523 |         with_inner!(self, File, |x| x.entry())
[INFO] [stdout]     |         -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  35 |             &$enum::Coff(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:37:28
[INFO] [stdout]     |
[INFO] [stdout]  37 |             $enum::CoffBig(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 523 |         with_inner!(self, File, |x| x.entry())
[INFO] [stdout]     |         -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  37 |             &$enum::CoffBig(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:39:26
[INFO] [stdout]     |
[INFO] [stdout]  39 |             $enum::Elf32(ref $var) => $body,
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 523 |         with_inner!(self, File, |x| x.entry())
[INFO] [stdout]     |         -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  39 |             &$enum::Elf32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:41:26
[INFO] [stdout]     |
[INFO] [stdout]  41 |             $enum::Elf64(ref $var) => $body,
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 523 |         with_inner!(self, File, |x| x.entry())
[INFO] [stdout]     |         -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  41 |             &$enum::Elf64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:43:28
[INFO] [stdout]     |
[INFO] [stdout]  43 |             $enum::MachO32(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 523 |         with_inner!(self, File, |x| x.entry())
[INFO] [stdout]     |         -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  43 |             &$enum::MachO32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:45:28
[INFO] [stdout]     |
[INFO] [stdout]  45 |             $enum::MachO64(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 523 |         with_inner!(self, File, |x| x.entry())
[INFO] [stdout]     |         -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  45 |             &$enum::MachO64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:47:25
[INFO] [stdout]     |
[INFO] [stdout]  47 |             $enum::Pe32(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 523 |         with_inner!(self, File, |x| x.entry())
[INFO] [stdout]     |         -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  47 |             &$enum::Pe32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:49:25
[INFO] [stdout]     |
[INFO] [stdout]  49 |             $enum::Pe64(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 523 |         with_inner!(self, File, |x| x.entry())
[INFO] [stdout]     |         -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  49 |             &$enum::Pe64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:53:28
[INFO] [stdout]     |
[INFO] [stdout]  53 |             $enum::Xcoff32(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 523 |         with_inner!(self, File, |x| x.entry())
[INFO] [stdout]     |         -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  53 |             &$enum::Xcoff32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:55:28
[INFO] [stdout]     |
[INFO] [stdout]  55 |             $enum::Xcoff64(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 523 |         with_inner!(self, File, |x| x.entry())
[INFO] [stdout]     |         -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  55 |             &$enum::Xcoff64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:35:25
[INFO] [stdout]     |
[INFO] [stdout]  35 |             $enum::Coff(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 527 |         with_inner!(self, File, |x| x.flags())
[INFO] [stdout]     |         -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  35 |             &$enum::Coff(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:37:28
[INFO] [stdout]     |
[INFO] [stdout]  37 |             $enum::CoffBig(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 527 |         with_inner!(self, File, |x| x.flags())
[INFO] [stdout]     |         -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  37 |             &$enum::CoffBig(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:39:26
[INFO] [stdout]     |
[INFO] [stdout]  39 |             $enum::Elf32(ref $var) => $body,
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 527 |         with_inner!(self, File, |x| x.flags())
[INFO] [stdout]     |         -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  39 |             &$enum::Elf32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:41:26
[INFO] [stdout]     |
[INFO] [stdout]  41 |             $enum::Elf64(ref $var) => $body,
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 527 |         with_inner!(self, File, |x| x.flags())
[INFO] [stdout]     |         -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  41 |             &$enum::Elf64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:43:28
[INFO] [stdout]     |
[INFO] [stdout]  43 |             $enum::MachO32(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 527 |         with_inner!(self, File, |x| x.flags())
[INFO] [stdout]     |         -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  43 |             &$enum::MachO32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:45:28
[INFO] [stdout]     |
[INFO] [stdout]  45 |             $enum::MachO64(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 527 |         with_inner!(self, File, |x| x.flags())
[INFO] [stdout]     |         -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  45 |             &$enum::MachO64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:47:25
[INFO] [stdout]     |
[INFO] [stdout]  47 |             $enum::Pe32(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 527 |         with_inner!(self, File, |x| x.flags())
[INFO] [stdout]     |         -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  47 |             &$enum::Pe32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:49:25
[INFO] [stdout]     |
[INFO] [stdout]  49 |             $enum::Pe64(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 527 |         with_inner!(self, File, |x| x.flags())
[INFO] [stdout]     |         -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  49 |             &$enum::Pe64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:53:28
[INFO] [stdout]     |
[INFO] [stdout]  53 |             $enum::Xcoff32(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 527 |         with_inner!(self, File, |x| x.flags())
[INFO] [stdout]     |         -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  53 |             &$enum::Xcoff32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:55:28
[INFO] [stdout]     |
[INFO] [stdout]  55 |             $enum::Xcoff64(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 527 |         with_inner!(self, File, |x| x.flags())
[INFO] [stdout]     |         -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  55 |             &$enum::Xcoff64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:35:25
[INFO] [stdout]     |
[INFO] [stdout]  35 |             $enum::Coff(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 363 |         with_inner!(self, File, |x| x.architecture())
[INFO] [stdout]     |         --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: `--force-warn rust-2024-incompatible-pat` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  35 |             &$enum::Coff(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:37:28
[INFO] [stdout]     |
[INFO] [stdout]  37 |             $enum::CoffBig(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 363 |         with_inner!(self, File, |x| x.architecture())
[INFO] [stdout]     |         --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  37 |             &$enum::CoffBig(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:39:26
[INFO] [stdout]     |
[INFO] [stdout]  39 |             $enum::Elf32(ref $var) => $body,
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 363 |         with_inner!(self, File, |x| x.architecture())
[INFO] [stdout]     |         --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  39 |             &$enum::Elf32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:41:26
[INFO] [stdout]     |
[INFO] [stdout]  41 |             $enum::Elf64(ref $var) => $body,
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 363 |         with_inner!(self, File, |x| x.architecture())
[INFO] [stdout]     |         --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  41 |             &$enum::Elf64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:43:28
[INFO] [stdout]     |
[INFO] [stdout]  43 |             $enum::MachO32(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 363 |         with_inner!(self, File, |x| x.architecture())
[INFO] [stdout]     |         --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  43 |             &$enum::MachO32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:45:28
[INFO] [stdout]     |
[INFO] [stdout]  45 |             $enum::MachO64(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 363 |         with_inner!(self, File, |x| x.architecture())
[INFO] [stdout]     |         --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  45 |             &$enum::MachO64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:47:25
[INFO] [stdout]     |
[INFO] [stdout]  47 |             $enum::Pe32(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 363 |         with_inner!(self, File, |x| x.architecture())
[INFO] [stdout]     |         --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  47 |             &$enum::Pe32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:49:25
[INFO] [stdout]     |
[INFO] [stdout]  49 |             $enum::Pe64(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 363 |         with_inner!(self, File, |x| x.architecture())
[INFO] [stdout]     |         --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  49 |             &$enum::Pe64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:53:28
[INFO] [stdout]     |
[INFO] [stdout]  53 |             $enum::Xcoff32(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 363 |         with_inner!(self, File, |x| x.architecture())
[INFO] [stdout]     |         --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  53 |             &$enum::Xcoff32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:55:28
[INFO] [stdout]     |
[INFO] [stdout]  55 |             $enum::Xcoff64(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 363 |         with_inner!(self, File, |x| x.architecture())
[INFO] [stdout]     |         --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  55 |             &$enum::Xcoff64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:35:25
[INFO] [stdout]     |
[INFO] [stdout]  35 |             $enum::Coff(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 367 |         with_inner!(self, File, |x| x.sub_architecture())
[INFO] [stdout]     |         ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  35 |             &$enum::Coff(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:37:28
[INFO] [stdout]     |
[INFO] [stdout]  37 |             $enum::CoffBig(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 367 |         with_inner!(self, File, |x| x.sub_architecture())
[INFO] [stdout]     |         ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  37 |             &$enum::CoffBig(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:39:26
[INFO] [stdout]     |
[INFO] [stdout]  39 |             $enum::Elf32(ref $var) => $body,
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 367 |         with_inner!(self, File, |x| x.sub_architecture())
[INFO] [stdout]     |         ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  39 |             &$enum::Elf32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:41:26
[INFO] [stdout]     |
[INFO] [stdout]  41 |             $enum::Elf64(ref $var) => $body,
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 367 |         with_inner!(self, File, |x| x.sub_architecture())
[INFO] [stdout]     |         ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  41 |             &$enum::Elf64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:43:28
[INFO] [stdout]     |
[INFO] [stdout]  43 |             $enum::MachO32(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 367 |         with_inner!(self, File, |x| x.sub_architecture())
[INFO] [stdout]     |         ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  43 |             &$enum::MachO32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:45:28
[INFO] [stdout]     |
[INFO] [stdout]  45 |             $enum::MachO64(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 367 |         with_inner!(self, File, |x| x.sub_architecture())
[INFO] [stdout]     |         ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  45 |             &$enum::MachO64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:47:25
[INFO] [stdout]     |
[INFO] [stdout]  47 |             $enum::Pe32(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 367 |         with_inner!(self, File, |x| x.sub_architecture())
[INFO] [stdout]     |         ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  47 |             &$enum::Pe32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:49:25
[INFO] [stdout]     |
[INFO] [stdout]  49 |             $enum::Pe64(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 367 |         with_inner!(self, File, |x| x.sub_architecture())
[INFO] [stdout]     |         ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  49 |             &$enum::Pe64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:53:28
[INFO] [stdout]     |
[INFO] [stdout]  53 |             $enum::Xcoff32(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 367 |         with_inner!(self, File, |x| x.sub_architecture())
[INFO] [stdout]     |         ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  53 |             &$enum::Xcoff32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:55:28
[INFO] [stdout]     |
[INFO] [stdout]  55 |             $enum::Xcoff64(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 367 |         with_inner!(self, File, |x| x.sub_architecture())
[INFO] [stdout]     |         ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  55 |             &$enum::Xcoff64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:35:25
[INFO] [stdout]     |
[INFO] [stdout]  35 |             $enum::Coff(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 371 |         with_inner!(self, File, |x| x.is_little_endian())
[INFO] [stdout]     |         ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  35 |             &$enum::Coff(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:37:28
[INFO] [stdout]     |
[INFO] [stdout]  37 |             $enum::CoffBig(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 371 |         with_inner!(self, File, |x| x.is_little_endian())
[INFO] [stdout]     |         ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  37 |             &$enum::CoffBig(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:39:26
[INFO] [stdout]     |
[INFO] [stdout]  39 |             $enum::Elf32(ref $var) => $body,
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 371 |         with_inner!(self, File, |x| x.is_little_endian())
[INFO] [stdout]     |         ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  39 |             &$enum::Elf32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:41:26
[INFO] [stdout]     |
[INFO] [stdout]  41 |             $enum::Elf64(ref $var) => $body,
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 371 |         with_inner!(self, File, |x| x.is_little_endian())
[INFO] [stdout]     |         ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  41 |             &$enum::Elf64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:43:28
[INFO] [stdout]     |
[INFO] [stdout]  43 |             $enum::MachO32(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 371 |         with_inner!(self, File, |x| x.is_little_endian())
[INFO] [stdout]     |         ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  43 |             &$enum::MachO32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:45:28
[INFO] [stdout]     |
[INFO] [stdout]  45 |             $enum::MachO64(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 371 |         with_inner!(self, File, |x| x.is_little_endian())
[INFO] [stdout]     |         ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  45 |             &$enum::MachO64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:47:25
[INFO] [stdout]     |
[INFO] [stdout]  47 |             $enum::Pe32(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 371 |         with_inner!(self, File, |x| x.is_little_endian())
[INFO] [stdout]     |         ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  47 |             &$enum::Pe32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:49:25
[INFO] [stdout]     |
[INFO] [stdout]  49 |             $enum::Pe64(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 371 |         with_inner!(self, File, |x| x.is_little_endian())
[INFO] [stdout]     |         ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  49 |             &$enum::Pe64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:53:28
[INFO] [stdout]     |
[INFO] [stdout]  53 |             $enum::Xcoff32(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 371 |         with_inner!(self, File, |x| x.is_little_endian())
[INFO] [stdout]     |         ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  53 |             &$enum::Xcoff32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:55:28
[INFO] [stdout]     |
[INFO] [stdout]  55 |             $enum::Xcoff64(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 371 |         with_inner!(self, File, |x| x.is_little_endian())
[INFO] [stdout]     |         ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  55 |             &$enum::Xcoff64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:35:25
[INFO] [stdout]     |
[INFO] [stdout]  35 |             $enum::Coff(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 375 |         with_inner!(self, File, |x| x.is_64())
[INFO] [stdout]     |         -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  35 |             &$enum::Coff(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:37:28
[INFO] [stdout]     |
[INFO] [stdout]  37 |             $enum::CoffBig(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 375 |         with_inner!(self, File, |x| x.is_64())
[INFO] [stdout]     |         -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  37 |             &$enum::CoffBig(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:39:26
[INFO] [stdout]     |
[INFO] [stdout]  39 |             $enum::Elf32(ref $var) => $body,
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 375 |         with_inner!(self, File, |x| x.is_64())
[INFO] [stdout]     |         -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  39 |             &$enum::Elf32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:41:26
[INFO] [stdout]     |
[INFO] [stdout]  41 |             $enum::Elf64(ref $var) => $body,
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 375 |         with_inner!(self, File, |x| x.is_64())
[INFO] [stdout]     |         -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  41 |             &$enum::Elf64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:43:28
[INFO] [stdout]     |
[INFO] [stdout]  43 |             $enum::MachO32(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 375 |         with_inner!(self, File, |x| x.is_64())
[INFO] [stdout]     |         -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  43 |             &$enum::MachO32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:45:28
[INFO] [stdout]     |
[INFO] [stdout]  45 |             $enum::MachO64(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 375 |         with_inner!(self, File, |x| x.is_64())
[INFO] [stdout]     |         -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  45 |             &$enum::MachO64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:47:25
[INFO] [stdout]     |
[INFO] [stdout]  47 |             $enum::Pe32(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 375 |         with_inner!(self, File, |x| x.is_64())
[INFO] [stdout]     |         -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  47 |             &$enum::Pe32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:49:25
[INFO] [stdout]     |
[INFO] [stdout]  49 |             $enum::Pe64(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 375 |         with_inner!(self, File, |x| x.is_64())
[INFO] [stdout]     |         -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  49 |             &$enum::Pe64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:53:28
[INFO] [stdout]     |
[INFO] [stdout]  53 |             $enum::Xcoff32(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 375 |         with_inner!(self, File, |x| x.is_64())
[INFO] [stdout]     |         -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  53 |             &$enum::Xcoff32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:55:28
[INFO] [stdout]     |
[INFO] [stdout]  55 |             $enum::Xcoff64(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 375 |         with_inner!(self, File, |x| x.is_64())
[INFO] [stdout]     |         -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  55 |             &$enum::Xcoff64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:35:25
[INFO] [stdout]     |
[INFO] [stdout]  35 |             $enum::Coff(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 379 |         with_inner!(self, File, |x| x.kind())
[INFO] [stdout]     |         ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  35 |             &$enum::Coff(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:37:28
[INFO] [stdout]     |
[INFO] [stdout]  37 |             $enum::CoffBig(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 379 |         with_inner!(self, File, |x| x.kind())
[INFO] [stdout]     |         ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  37 |             &$enum::CoffBig(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:39:26
[INFO] [stdout]     |
[INFO] [stdout]  39 |             $enum::Elf32(ref $var) => $body,
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 379 |         with_inner!(self, File, |x| x.kind())
[INFO] [stdout]     |         ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  39 |             &$enum::Elf32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:41:26
[INFO] [stdout]     |
[INFO] [stdout]  41 |             $enum::Elf64(ref $var) => $body,
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 379 |         with_inner!(self, File, |x| x.kind())
[INFO] [stdout]     |         ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  41 |             &$enum::Elf64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:43:28
[INFO] [stdout]     |
[INFO] [stdout]  43 |             $enum::MachO32(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 379 |         with_inner!(self, File, |x| x.kind())
[INFO] [stdout]     |         ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  43 |             &$enum::MachO32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:45:28
[INFO] [stdout]     |
[INFO] [stdout]  45 |             $enum::MachO64(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 379 |         with_inner!(self, File, |x| x.kind())
[INFO] [stdout]     |         ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  45 |             &$enum::MachO64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:47:25
[INFO] [stdout]     |
[INFO] [stdout]  47 |             $enum::Pe32(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 379 |         with_inner!(self, File, |x| x.kind())
[INFO] [stdout]     |         ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  47 |             &$enum::Pe32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:49:25
[INFO] [stdout]     |
[INFO] [stdout]  49 |             $enum::Pe64(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 379 |         with_inner!(self, File, |x| x.kind())
[INFO] [stdout]     |         ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  49 |             &$enum::Pe64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:53:28
[INFO] [stdout]     |
[INFO] [stdout]  53 |             $enum::Xcoff32(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 379 |         with_inner!(self, File, |x| x.kind())
[INFO] [stdout]     |         ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  53 |             &$enum::Xcoff32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:55:28
[INFO] [stdout]     |
[INFO] [stdout]  55 |             $enum::Xcoff64(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 379 |         with_inner!(self, File, |x| x.kind())
[INFO] [stdout]     |         ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  55 |             &$enum::Xcoff64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:94:25
[INFO] [stdout]     |
[INFO] [stdout]  94 |             $from::Coff(ref $var) => $to::Coff($body),
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 384 |             inner: map_inner!(self, File, SegmentIteratorInternal, |x| x.segments()),
[INFO] [stdout]     |                    ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  94 |             &$from::Coff(ref $var) => $to::Coff($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:96:28
[INFO] [stdout]     |
[INFO] [stdout]  96 |             $from::CoffBig(ref $var) => $to::CoffBig($body),
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 384 |             inner: map_inner!(self, File, SegmentIteratorInternal, |x| x.segments()),
[INFO] [stdout]     |                    ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  96 |             &$from::CoffBig(ref $var) => $to::CoffBig($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:98:26
[INFO] [stdout]     |
[INFO] [stdout]  98 |             $from::Elf32(ref $var) => $to::Elf32($body),
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 384 |             inner: map_inner!(self, File, SegmentIteratorInternal, |x| x.segments()),
[INFO] [stdout]     |                    ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  98 |             &$from::Elf32(ref $var) => $to::Elf32($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |             $from::Elf64(ref $var) => $to::Elf64($body),
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 384 |             inner: map_inner!(self, File, SegmentIteratorInternal, |x| x.segments()),
[INFO] [stdout]     |                    ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 100 |             &$from::Elf64(ref $var) => $to::Elf64($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:102:28
[INFO] [stdout]     |
[INFO] [stdout] 102 |             $from::MachO32(ref $var) => $to::MachO32($body),
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 384 |             inner: map_inner!(self, File, SegmentIteratorInternal, |x| x.segments()),
[INFO] [stdout]     |                    ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 102 |             &$from::MachO32(ref $var) => $to::MachO32($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:104:28
[INFO] [stdout]     |
[INFO] [stdout] 104 |             $from::MachO64(ref $var) => $to::MachO64($body),
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 384 |             inner: map_inner!(self, File, SegmentIteratorInternal, |x| x.segments()),
[INFO] [stdout]     |                    ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 104 |             &$from::MachO64(ref $var) => $to::MachO64($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:106:25
[INFO] [stdout]     |
[INFO] [stdout] 106 |             $from::Pe32(ref $var) => $to::Pe32($body),
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 384 |             inner: map_inner!(self, File, SegmentIteratorInternal, |x| x.segments()),
[INFO] [stdout]     |                    ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 106 |             &$from::Pe32(ref $var) => $to::Pe32($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:108:25
[INFO] [stdout]     |
[INFO] [stdout] 108 |             $from::Pe64(ref $var) => $to::Pe64($body),
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 384 |             inner: map_inner!(self, File, SegmentIteratorInternal, |x| x.segments()),
[INFO] [stdout]     |                    ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 108 |             &$from::Pe64(ref $var) => $to::Pe64($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:112:28
[INFO] [stdout]     |
[INFO] [stdout] 112 |             $from::Xcoff32(ref $var) => $to::Xcoff32($body),
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 384 |             inner: map_inner!(self, File, SegmentIteratorInternal, |x| x.segments()),
[INFO] [stdout]     |                    ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 112 |             &$from::Xcoff32(ref $var) => $to::Xcoff32($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:114:28
[INFO] [stdout]     |
[INFO] [stdout] 114 |             $from::Xcoff64(ref $var) => $to::Xcoff64($body),
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 384 |             inner: map_inner!(self, File, SegmentIteratorInternal, |x| x.segments()),
[INFO] [stdout]     |                    ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 114 |             &$from::Xcoff64(ref $var) => $to::Xcoff64($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:124:25
[INFO] [stdout]     |
[INFO] [stdout] 124 |               $from::Coff(ref $var) => $body.map($to::Coff),
[INFO] [stdout]     |                           ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 392 | /         map_inner_option!(self, File, SectionInternal, |x| x
[INFO] [stdout] 393 | |             .section_by_name_bytes(section_name))
[INFO] [stdout]     | |_________________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 124 |             &$from::Coff(ref $var) => $body.map($to::Coff),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:126:28
[INFO] [stdout]     |
[INFO] [stdout] 126 |               $from::CoffBig(ref $var) => $body.map($to::CoffBig),
[INFO] [stdout]     |                              ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 392 | /         map_inner_option!(self, File, SectionInternal, |x| x
[INFO] [stdout] 393 | |             .section_by_name_bytes(section_name))
[INFO] [stdout]     | |_________________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 126 |             &$from::CoffBig(ref $var) => $body.map($to::CoffBig),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:128:26
[INFO] [stdout]     |
[INFO] [stdout] 128 |               $from::Elf32(ref $var) => $body.map($to::Elf32),
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 392 | /         map_inner_option!(self, File, SectionInternal, |x| x
[INFO] [stdout] 393 | |             .section_by_name_bytes(section_name))
[INFO] [stdout]     | |_________________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 128 |             &$from::Elf32(ref $var) => $body.map($to::Elf32),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:130:26
[INFO] [stdout]     |
[INFO] [stdout] 130 |               $from::Elf64(ref $var) => $body.map($to::Elf64),
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 392 | /         map_inner_option!(self, File, SectionInternal, |x| x
[INFO] [stdout] 393 | |             .section_by_name_bytes(section_name))
[INFO] [stdout]     | |_________________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             &$from::Elf64(ref $var) => $body.map($to::Elf64),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:132:28
[INFO] [stdout]     |
[INFO] [stdout] 132 |               $from::MachO32(ref $var) => $body.map($to::MachO32),
[INFO] [stdout]     |                              ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 392 | /         map_inner_option!(self, File, SectionInternal, |x| x
[INFO] [stdout] 393 | |             .section_by_name_bytes(section_name))
[INFO] [stdout]     | |_________________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 132 |             &$from::MachO32(ref $var) => $body.map($to::MachO32),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:134:28
[INFO] [stdout]     |
[INFO] [stdout] 134 |               $from::MachO64(ref $var) => $body.map($to::MachO64),
[INFO] [stdout]     |                              ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 392 | /         map_inner_option!(self, File, SectionInternal, |x| x
[INFO] [stdout] 393 | |             .section_by_name_bytes(section_name))
[INFO] [stdout]     | |_________________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 134 |             &$from::MachO64(ref $var) => $body.map($to::MachO64),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:136:25
[INFO] [stdout]     |
[INFO] [stdout] 136 |               $from::Pe32(ref $var) => $body.map($to::Pe32),
[INFO] [stdout]     |                           ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 392 | /         map_inner_option!(self, File, SectionInternal, |x| x
[INFO] [stdout] 393 | |             .section_by_name_bytes(section_name))
[INFO] [stdout]     | |_________________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 136 |             &$from::Pe32(ref $var) => $body.map($to::Pe32),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:138:25
[INFO] [stdout]     |
[INFO] [stdout] 138 |               $from::Pe64(ref $var) => $body.map($to::Pe64),
[INFO] [stdout]     |                           ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 392 | /         map_inner_option!(self, File, SectionInternal, |x| x
[INFO] [stdout] 393 | |             .section_by_name_bytes(section_name))
[INFO] [stdout]     | |_________________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 138 |             &$from::Pe64(ref $var) => $body.map($to::Pe64),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:142:28
[INFO] [stdout]     |
[INFO] [stdout] 142 |               $from::Xcoff32(ref $var) => $body.map($to::Xcoff32),
[INFO] [stdout]     |                              ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 392 | /         map_inner_option!(self, File, SectionInternal, |x| x
[INFO] [stdout] 393 | |             .section_by_name_bytes(section_name))
[INFO] [stdout]     | |_________________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 142 |             &$from::Xcoff32(ref $var) => $body.map($to::Xcoff32),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:144:28
[INFO] [stdout]     |
[INFO] [stdout] 144 |               $from::Xcoff64(ref $var) => $body.map($to::Xcoff64),
[INFO] [stdout]     |                              ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 392 | /         map_inner_option!(self, File, SectionInternal, |x| x
[INFO] [stdout] 393 | |             .section_by_name_bytes(section_name))
[INFO] [stdout]     | |_________________________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 144 |             &$from::Xcoff64(ref $var) => $body.map($to::Xcoff64),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:124:25
[INFO] [stdout]     |
[INFO] [stdout] 124 |             $from::Coff(ref $var) => $body.map($to::Coff),
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 398 |         map_inner_option!(self, File, SectionInternal, |x| x.section_by_index(index))
[INFO] [stdout]     |         ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 124 |             &$from::Coff(ref $var) => $body.map($to::Coff),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:126:28
[INFO] [stdout]     |
[INFO] [stdout] 126 |             $from::CoffBig(ref $var) => $body.map($to::CoffBig),
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 398 |         map_inner_option!(self, File, SectionInternal, |x| x.section_by_index(index))
[INFO] [stdout]     |         ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 126 |             &$from::CoffBig(ref $var) => $body.map($to::CoffBig),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:128:26
[INFO] [stdout]     |
[INFO] [stdout] 128 |             $from::Elf32(ref $var) => $body.map($to::Elf32),
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 398 |         map_inner_option!(self, File, SectionInternal, |x| x.section_by_index(index))
[INFO] [stdout]     |         ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 128 |             &$from::Elf32(ref $var) => $body.map($to::Elf32),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:130:26
[INFO] [stdout]     |
[INFO] [stdout] 130 |             $from::Elf64(ref $var) => $body.map($to::Elf64),
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 398 |         map_inner_option!(self, File, SectionInternal, |x| x.section_by_index(index))
[INFO] [stdout]     |         ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             &$from::Elf64(ref $var) => $body.map($to::Elf64),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:132:28
[INFO] [stdout]     |
[INFO] [stdout] 132 |             $from::MachO32(ref $var) => $body.map($to::MachO32),
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 398 |         map_inner_option!(self, File, SectionInternal, |x| x.section_by_index(index))
[INFO] [stdout]     |         ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 132 |             &$from::MachO32(ref $var) => $body.map($to::MachO32),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:134:28
[INFO] [stdout]     |
[INFO] [stdout] 134 |             $from::MachO64(ref $var) => $body.map($to::MachO64),
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 398 |         map_inner_option!(self, File, SectionInternal, |x| x.section_by_index(index))
[INFO] [stdout]     |         ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 134 |             &$from::MachO64(ref $var) => $body.map($to::MachO64),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:136:25
[INFO] [stdout]     |
[INFO] [stdout] 136 |             $from::Pe32(ref $var) => $body.map($to::Pe32),
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 398 |         map_inner_option!(self, File, SectionInternal, |x| x.section_by_index(index))
[INFO] [stdout]     |         ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 136 |             &$from::Pe32(ref $var) => $body.map($to::Pe32),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:138:25
[INFO] [stdout]     |
[INFO] [stdout] 138 |             $from::Pe64(ref $var) => $body.map($to::Pe64),
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 398 |         map_inner_option!(self, File, SectionInternal, |x| x.section_by_index(index))
[INFO] [stdout]     |         ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 138 |             &$from::Pe64(ref $var) => $body.map($to::Pe64),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:142:28
[INFO] [stdout]     |
[INFO] [stdout] 142 |             $from::Xcoff32(ref $var) => $body.map($to::Xcoff32),
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 398 |         map_inner_option!(self, File, SectionInternal, |x| x.section_by_index(index))
[INFO] [stdout]     |         ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 142 |             &$from::Xcoff32(ref $var) => $body.map($to::Xcoff32),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:144:28
[INFO] [stdout]     |
[INFO] [stdout] 144 |             $from::Xcoff64(ref $var) => $body.map($to::Xcoff64),
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 398 |         map_inner_option!(self, File, SectionInternal, |x| x.section_by_index(index))
[INFO] [stdout]     |         ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 144 |             &$from::Xcoff64(ref $var) => $body.map($to::Xcoff64),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:94:25
[INFO] [stdout]     |
[INFO] [stdout]  94 |             $from::Coff(ref $var) => $to::Coff($body),
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 404 |             inner: map_inner!(self, File, SectionIteratorInternal, |x| x.sections()),
[INFO] [stdout]     |                    ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  94 |             &$from::Coff(ref $var) => $to::Coff($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:96:28
[INFO] [stdout]     |
[INFO] [stdout]  96 |             $from::CoffBig(ref $var) => $to::CoffBig($body),
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 404 |             inner: map_inner!(self, File, SectionIteratorInternal, |x| x.sections()),
[INFO] [stdout]     |                    ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  96 |             &$from::CoffBig(ref $var) => $to::CoffBig($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:98:26
[INFO] [stdout]     |
[INFO] [stdout]  98 |             $from::Elf32(ref $var) => $to::Elf32($body),
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 404 |             inner: map_inner!(self, File, SectionIteratorInternal, |x| x.sections()),
[INFO] [stdout]     |                    ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  98 |             &$from::Elf32(ref $var) => $to::Elf32($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |             $from::Elf64(ref $var) => $to::Elf64($body),
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 404 |             inner: map_inner!(self, File, SectionIteratorInternal, |x| x.sections()),
[INFO] [stdout]     |                    ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 100 |             &$from::Elf64(ref $var) => $to::Elf64($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:102:28
[INFO] [stdout]     |
[INFO] [stdout] 102 |             $from::MachO32(ref $var) => $to::MachO32($body),
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 404 |             inner: map_inner!(self, File, SectionIteratorInternal, |x| x.sections()),
[INFO] [stdout]     |                    ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 102 |             &$from::MachO32(ref $var) => $to::MachO32($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:104:28
[INFO] [stdout]     |
[INFO] [stdout] 104 |             $from::MachO64(ref $var) => $to::MachO64($body),
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 404 |             inner: map_inner!(self, File, SectionIteratorInternal, |x| x.sections()),
[INFO] [stdout]     |                    ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 104 |             &$from::MachO64(ref $var) => $to::MachO64($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:106:25
[INFO] [stdout]     |
[INFO] [stdout] 106 |             $from::Pe32(ref $var) => $to::Pe32($body),
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 404 |             inner: map_inner!(self, File, SectionIteratorInternal, |x| x.sections()),
[INFO] [stdout]     |                    ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 106 |             &$from::Pe32(ref $var) => $to::Pe32($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:108:25
[INFO] [stdout]     |
[INFO] [stdout] 108 |             $from::Pe64(ref $var) => $to::Pe64($body),
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 404 |             inner: map_inner!(self, File, SectionIteratorInternal, |x| x.sections()),
[INFO] [stdout]     |                    ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 108 |             &$from::Pe64(ref $var) => $to::Pe64($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:112:28
[INFO] [stdout]     |
[INFO] [stdout] 112 |             $from::Xcoff32(ref $var) => $to::Xcoff32($body),
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 404 |             inner: map_inner!(self, File, SectionIteratorInternal, |x| x.sections()),
[INFO] [stdout]     |                    ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 112 |             &$from::Xcoff32(ref $var) => $to::Xcoff32($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:114:28
[INFO] [stdout]     |
[INFO] [stdout] 114 |             $from::Xcoff64(ref $var) => $to::Xcoff64($body),
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 404 |             inner: map_inner!(self, File, SectionIteratorInternal, |x| x.sections()),
[INFO] [stdout]     |                    ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 114 |             &$from::Xcoff64(ref $var) => $to::Xcoff64($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:94:25
[INFO] [stdout]     |
[INFO] [stdout]  94 |             $from::Coff(ref $var) => $to::Coff($body),
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 410 |             inner: map_inner!(self, File, ComdatIteratorInternal, |x| x.comdats()),
[INFO] [stdout]     |                    --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  94 |             &$from::Coff(ref $var) => $to::Coff($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:96:28
[INFO] [stdout]     |
[INFO] [stdout]  96 |             $from::CoffBig(ref $var) => $to::CoffBig($body),
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 410 |             inner: map_inner!(self, File, ComdatIteratorInternal, |x| x.comdats()),
[INFO] [stdout]     |                    --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  96 |             &$from::CoffBig(ref $var) => $to::CoffBig($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:98:26
[INFO] [stdout]     |
[INFO] [stdout]  98 |             $from::Elf32(ref $var) => $to::Elf32($body),
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 410 |             inner: map_inner!(self, File, ComdatIteratorInternal, |x| x.comdats()),
[INFO] [stdout]     |                    --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  98 |             &$from::Elf32(ref $var) => $to::Elf32($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |             $from::Elf64(ref $var) => $to::Elf64($body),
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 410 |             inner: map_inner!(self, File, ComdatIteratorInternal, |x| x.comdats()),
[INFO] [stdout]     |                    --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 100 |             &$from::Elf64(ref $var) => $to::Elf64($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:102:28
[INFO] [stdout]     |
[INFO] [stdout] 102 |             $from::MachO32(ref $var) => $to::MachO32($body),
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 410 |             inner: map_inner!(self, File, ComdatIteratorInternal, |x| x.comdats()),
[INFO] [stdout]     |                    --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 102 |             &$from::MachO32(ref $var) => $to::MachO32($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:104:28
[INFO] [stdout]     |
[INFO] [stdout] 104 |             $from::MachO64(ref $var) => $to::MachO64($body),
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 410 |             inner: map_inner!(self, File, ComdatIteratorInternal, |x| x.comdats()),
[INFO] [stdout]     |                    --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 104 |             &$from::MachO64(ref $var) => $to::MachO64($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:106:25
[INFO] [stdout]     |
[INFO] [stdout] 106 |             $from::Pe32(ref $var) => $to::Pe32($body),
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 410 |             inner: map_inner!(self, File, ComdatIteratorInternal, |x| x.comdats()),
[INFO] [stdout]     |                    --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 106 |             &$from::Pe32(ref $var) => $to::Pe32($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:108:25
[INFO] [stdout]     |
[INFO] [stdout] 108 |             $from::Pe64(ref $var) => $to::Pe64($body),
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 410 |             inner: map_inner!(self, File, ComdatIteratorInternal, |x| x.comdats()),
[INFO] [stdout]     |                    --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 108 |             &$from::Pe64(ref $var) => $to::Pe64($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:112:28
[INFO] [stdout]     |
[INFO] [stdout] 112 |             $from::Xcoff32(ref $var) => $to::Xcoff32($body),
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 410 |             inner: map_inner!(self, File, ComdatIteratorInternal, |x| x.comdats()),
[INFO] [stdout]     |                    --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 112 |             &$from::Xcoff32(ref $var) => $to::Xcoff32($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:114:28
[INFO] [stdout]     |
[INFO] [stdout] 114 |             $from::Xcoff64(ref $var) => $to::Xcoff64($body),
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 410 |             inner: map_inner!(self, File, ComdatIteratorInternal, |x| x.comdats()),
[INFO] [stdout]     |                    --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 114 |             &$from::Xcoff64(ref $var) => $to::Xcoff64($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:124:25
[INFO] [stdout]     |
[INFO] [stdout] 124 |               $from::Coff(ref $var) => $body.map($to::Coff),
[INFO] [stdout]     |                           ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 415 | /         map_inner_option!(self, File, SymbolInternal, |x| x
[INFO] [stdout] 416 | |             .symbol_by_index(index)
[INFO] [stdout] 417 | |             .map(|x| (x, PhantomData)))
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 124 |             &$from::Coff(ref $var) => $body.map($to::Coff),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:126:28
[INFO] [stdout]     |
[INFO] [stdout] 126 |               $from::CoffBig(ref $var) => $body.map($to::CoffBig),
[INFO] [stdout]     |                              ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 415 | /         map_inner_option!(self, File, SymbolInternal, |x| x
[INFO] [stdout] 416 | |             .symbol_by_index(index)
[INFO] [stdout] 417 | |             .map(|x| (x, PhantomData)))
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 126 |             &$from::CoffBig(ref $var) => $body.map($to::CoffBig),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:128:26
[INFO] [stdout]     |
[INFO] [stdout] 128 |               $from::Elf32(ref $var) => $body.map($to::Elf32),
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 415 | /         map_inner_option!(self, File, SymbolInternal, |x| x
[INFO] [stdout] 416 | |             .symbol_by_index(index)
[INFO] [stdout] 417 | |             .map(|x| (x, PhantomData)))
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 128 |             &$from::Elf32(ref $var) => $body.map($to::Elf32),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:130:26
[INFO] [stdout]     |
[INFO] [stdout] 130 |               $from::Elf64(ref $var) => $body.map($to::Elf64),
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 415 | /         map_inner_option!(self, File, SymbolInternal, |x| x
[INFO] [stdout] 416 | |             .symbol_by_index(index)
[INFO] [stdout] 417 | |             .map(|x| (x, PhantomData)))
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             &$from::Elf64(ref $var) => $body.map($to::Elf64),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:132:28
[INFO] [stdout]     |
[INFO] [stdout] 132 |               $from::MachO32(ref $var) => $body.map($to::MachO32),
[INFO] [stdout]     |                              ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 415 | /         map_inner_option!(self, File, SymbolInternal, |x| x
[INFO] [stdout] 416 | |             .symbol_by_index(index)
[INFO] [stdout] 417 | |             .map(|x| (x, PhantomData)))
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 132 |             &$from::MachO32(ref $var) => $body.map($to::MachO32),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:134:28
[INFO] [stdout]     |
[INFO] [stdout] 134 |               $from::MachO64(ref $var) => $body.map($to::MachO64),
[INFO] [stdout]     |                              ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 415 | /         map_inner_option!(self, File, SymbolInternal, |x| x
[INFO] [stdout] 416 | |             .symbol_by_index(index)
[INFO] [stdout] 417 | |             .map(|x| (x, PhantomData)))
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 134 |             &$from::MachO64(ref $var) => $body.map($to::MachO64),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:136:25
[INFO] [stdout]     |
[INFO] [stdout] 136 |               $from::Pe32(ref $var) => $body.map($to::Pe32),
[INFO] [stdout]     |                           ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 415 | /         map_inner_option!(self, File, SymbolInternal, |x| x
[INFO] [stdout] 416 | |             .symbol_by_index(index)
[INFO] [stdout] 417 | |             .map(|x| (x, PhantomData)))
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 136 |             &$from::Pe32(ref $var) => $body.map($to::Pe32),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:138:25
[INFO] [stdout]     |
[INFO] [stdout] 138 |               $from::Pe64(ref $var) => $body.map($to::Pe64),
[INFO] [stdout]     |                           ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 415 | /         map_inner_option!(self, File, SymbolInternal, |x| x
[INFO] [stdout] 416 | |             .symbol_by_index(index)
[INFO] [stdout] 417 | |             .map(|x| (x, PhantomData)))
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 138 |             &$from::Pe64(ref $var) => $body.map($to::Pe64),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:142:28
[INFO] [stdout]     |
[INFO] [stdout] 142 |               $from::Xcoff32(ref $var) => $body.map($to::Xcoff32),
[INFO] [stdout]     |                              ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 415 | /         map_inner_option!(self, File, SymbolInternal, |x| x
[INFO] [stdout] 416 | |             .symbol_by_index(index)
[INFO] [stdout] 417 | |             .map(|x| (x, PhantomData)))
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 142 |             &$from::Xcoff32(ref $var) => $body.map($to::Xcoff32),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:144:28
[INFO] [stdout]     |
[INFO] [stdout] 144 |               $from::Xcoff64(ref $var) => $body.map($to::Xcoff64),
[INFO] [stdout]     |                              ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 415 | /         map_inner_option!(self, File, SymbolInternal, |x| x
[INFO] [stdout] 416 | |             .symbol_by_index(index)
[INFO] [stdout] 417 | |             .map(|x| (x, PhantomData)))
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 144 |             &$from::Xcoff64(ref $var) => $body.map($to::Xcoff64),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:94:25
[INFO] [stdout]     |
[INFO] [stdout]  94 |               $from::Coff(ref $var) => $to::Coff($body),
[INFO] [stdout]     |                           ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 423 |               inner: map_inner!(self, File, SymbolIteratorInternal, |x| (
[INFO] [stdout]     |  ____________________-
[INFO] [stdout] 424 | |                 x.symbols(),
[INFO] [stdout] 425 | |                 PhantomData
[INFO] [stdout] 426 | |             )),
[INFO] [stdout]     | |______________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  94 |             &$from::Coff(ref $var) => $to::Coff($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:96:28
[INFO] [stdout]     |
[INFO] [stdout]  96 |               $from::CoffBig(ref $var) => $to::CoffBig($body),
[INFO] [stdout]     |                              ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 423 |               inner: map_inner!(self, File, SymbolIteratorInternal, |x| (
[INFO] [stdout]     |  ____________________-
[INFO] [stdout] 424 | |                 x.symbols(),
[INFO] [stdout] 425 | |                 PhantomData
[INFO] [stdout] 426 | |             )),
[INFO] [stdout]     | |______________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  96 |             &$from::CoffBig(ref $var) => $to::CoffBig($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:98:26
[INFO] [stdout]     |
[INFO] [stdout]  98 |               $from::Elf32(ref $var) => $to::Elf32($body),
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 423 |               inner: map_inner!(self, File, SymbolIteratorInternal, |x| (
[INFO] [stdout]     |  ____________________-
[INFO] [stdout] 424 | |                 x.symbols(),
[INFO] [stdout] 425 | |                 PhantomData
[INFO] [stdout] 426 | |             )),
[INFO] [stdout]     | |______________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  98 |             &$from::Elf32(ref $var) => $to::Elf32($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |               $from::Elf64(ref $var) => $to::Elf64($body),
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 423 |               inner: map_inner!(self, File, SymbolIteratorInternal, |x| (
[INFO] [stdout]     |  ____________________-
[INFO] [stdout] 424 | |                 x.symbols(),
[INFO] [stdout] 425 | |                 PhantomData
[INFO] [stdout] 426 | |             )),
[INFO] [stdout]     | |______________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 100 |             &$from::Elf64(ref $var) => $to::Elf64($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:102:28
[INFO] [stdout]     |
[INFO] [stdout] 102 |               $from::MachO32(ref $var) => $to::MachO32($body),
[INFO] [stdout]     |                              ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 423 |               inner: map_inner!(self, File, SymbolIteratorInternal, |x| (
[INFO] [stdout]     |  ____________________-
[INFO] [stdout] 424 | |                 x.symbols(),
[INFO] [stdout] 425 | |                 PhantomData
[INFO] [stdout] 426 | |             )),
[INFO] [stdout]     | |______________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 102 |             &$from::MachO32(ref $var) => $to::MachO32($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:104:28
[INFO] [stdout]     |
[INFO] [stdout] 104 |               $from::MachO64(ref $var) => $to::MachO64($body),
[INFO] [stdout]     |                              ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 423 |               inner: map_inner!(self, File, SymbolIteratorInternal, |x| (
[INFO] [stdout]     |  ____________________-
[INFO] [stdout] 424 | |                 x.symbols(),
[INFO] [stdout] 425 | |                 PhantomData
[INFO] [stdout] 426 | |             )),
[INFO] [stdout]     | |______________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 104 |             &$from::MachO64(ref $var) => $to::MachO64($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:106:25
[INFO] [stdout]     |
[INFO] [stdout] 106 |               $from::Pe32(ref $var) => $to::Pe32($body),
[INFO] [stdout]     |                           ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 423 |               inner: map_inner!(self, File, SymbolIteratorInternal, |x| (
[INFO] [stdout]     |  ____________________-
[INFO] [stdout] 424 | |                 x.symbols(),
[INFO] [stdout] 425 | |                 PhantomData
[INFO] [stdout] 426 | |             )),
[INFO] [stdout]     | |______________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 106 |             &$from::Pe32(ref $var) => $to::Pe32($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:108:25
[INFO] [stdout]     |
[INFO] [stdout] 108 |               $from::Pe64(ref $var) => $to::Pe64($body),
[INFO] [stdout]     |                           ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 423 |               inner: map_inner!(self, File, SymbolIteratorInternal, |x| (
[INFO] [stdout]     |  ____________________-
[INFO] [stdout] 424 | |                 x.symbols(),
[INFO] [stdout] 425 | |                 PhantomData
[INFO] [stdout] 426 | |             )),
[INFO] [stdout]     | |______________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 108 |             &$from::Pe64(ref $var) => $to::Pe64($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:112:28
[INFO] [stdout]     |
[INFO] [stdout] 112 |               $from::Xcoff32(ref $var) => $to::Xcoff32($body),
[INFO] [stdout]     |                              ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 423 |               inner: map_inner!(self, File, SymbolIteratorInternal, |x| (
[INFO] [stdout]     |  ____________________-
[INFO] [stdout] 424 | |                 x.symbols(),
[INFO] [stdout] 425 | |                 PhantomData
[INFO] [stdout] 426 | |             )),
[INFO] [stdout]     | |______________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 112 |             &$from::Xcoff32(ref $var) => $to::Xcoff32($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:114:28
[INFO] [stdout]     |
[INFO] [stdout] 114 |               $from::Xcoff64(ref $var) => $to::Xcoff64($body),
[INFO] [stdout]     |                              ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 423 |               inner: map_inner!(self, File, SymbolIteratorInternal, |x| (
[INFO] [stdout]     |  ____________________-
[INFO] [stdout] 424 | |                 x.symbols(),
[INFO] [stdout] 425 | |                 PhantomData
[INFO] [stdout] 426 | |             )),
[INFO] [stdout]     | |______________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 114 |             &$from::Xcoff64(ref $var) => $to::Xcoff64($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:124:25
[INFO] [stdout]     |
[INFO] [stdout] 124 |               $from::Coff(ref $var) => $body.map($to::Coff),
[INFO] [stdout]     |                           ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 431 | /         map_inner_option!(self, File, SymbolTableInternal, |x| x
[INFO] [stdout] 432 | |             .symbol_table()
[INFO] [stdout] 433 | |             .map(|x| (x, PhantomData)))
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 124 |             &$from::Coff(ref $var) => $body.map($to::Coff),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:126:28
[INFO] [stdout]     |
[INFO] [stdout] 126 |               $from::CoffBig(ref $var) => $body.map($to::CoffBig),
[INFO] [stdout]     |                              ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 431 | /         map_inner_option!(self, File, SymbolTableInternal, |x| x
[INFO] [stdout] 432 | |             .symbol_table()
[INFO] [stdout] 433 | |             .map(|x| (x, PhantomData)))
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 126 |             &$from::CoffBig(ref $var) => $body.map($to::CoffBig),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:128:26
[INFO] [stdout]     |
[INFO] [stdout] 128 |               $from::Elf32(ref $var) => $body.map($to::Elf32),
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 431 | /         map_inner_option!(self, File, SymbolTableInternal, |x| x
[INFO] [stdout] 432 | |             .symbol_table()
[INFO] [stdout] 433 | |             .map(|x| (x, PhantomData)))
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 128 |             &$from::Elf32(ref $var) => $body.map($to::Elf32),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:130:26
[INFO] [stdout]     |
[INFO] [stdout] 130 |               $from::Elf64(ref $var) => $body.map($to::Elf64),
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 431 | /         map_inner_option!(self, File, SymbolTableInternal, |x| x
[INFO] [stdout] 432 | |             .symbol_table()
[INFO] [stdout] 433 | |             .map(|x| (x, PhantomData)))
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             &$from::Elf64(ref $var) => $body.map($to::Elf64),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:132:28
[INFO] [stdout]     |
[INFO] [stdout] 132 |               $from::MachO32(ref $var) => $body.map($to::MachO32),
[INFO] [stdout]     |                              ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 431 | /         map_inner_option!(self, File, SymbolTableInternal, |x| x
[INFO] [stdout] 432 | |             .symbol_table()
[INFO] [stdout] 433 | |             .map(|x| (x, PhantomData)))
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 132 |             &$from::MachO32(ref $var) => $body.map($to::MachO32),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:134:28
[INFO] [stdout]     |
[INFO] [stdout] 134 |               $from::MachO64(ref $var) => $body.map($to::MachO64),
[INFO] [stdout]     |                              ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 431 | /         map_inner_option!(self, File, SymbolTableInternal, |x| x
[INFO] [stdout] 432 | |             .symbol_table()
[INFO] [stdout] 433 | |             .map(|x| (x, PhantomData)))
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 134 |             &$from::MachO64(ref $var) => $body.map($to::MachO64),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:136:25
[INFO] [stdout]     |
[INFO] [stdout] 136 |               $from::Pe32(ref $var) => $body.map($to::Pe32),
[INFO] [stdout]     |                           ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 431 | /         map_inner_option!(self, File, SymbolTableInternal, |x| x
[INFO] [stdout] 432 | |             .symbol_table()
[INFO] [stdout] 433 | |             .map(|x| (x, PhantomData)))
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 136 |             &$from::Pe32(ref $var) => $body.map($to::Pe32),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:138:25
[INFO] [stdout]     |
[INFO] [stdout] 138 |               $from::Pe64(ref $var) => $body.map($to::Pe64),
[INFO] [stdout]     |                           ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 431 | /         map_inner_option!(self, File, SymbolTableInternal, |x| x
[INFO] [stdout] 432 | |             .symbol_table()
[INFO] [stdout] 433 | |             .map(|x| (x, PhantomData)))
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 138 |             &$from::Pe64(ref $var) => $body.map($to::Pe64),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:142:28
[INFO] [stdout]     |
[INFO] [stdout] 142 |               $from::Xcoff32(ref $var) => $body.map($to::Xcoff32),
[INFO] [stdout]     |                              ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 431 | /         map_inner_option!(self, File, SymbolTableInternal, |x| x
[INFO] [stdout] 432 | |             .symbol_table()
[INFO] [stdout] 433 | |             .map(|x| (x, PhantomData)))
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 142 |             &$from::Xcoff32(ref $var) => $body.map($to::Xcoff32),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:144:28
[INFO] [stdout]     |
[INFO] [stdout] 144 |               $from::Xcoff64(ref $var) => $body.map($to::Xcoff64),
[INFO] [stdout]     |                              ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 431 | /         map_inner_option!(self, File, SymbolTableInternal, |x| x
[INFO] [stdout] 432 | |             .symbol_table()
[INFO] [stdout] 433 | |             .map(|x| (x, PhantomData)))
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 144 |             &$from::Xcoff64(ref $var) => $body.map($to::Xcoff64),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:94:25
[INFO] [stdout]     |
[INFO] [stdout]  94 |               $from::Coff(ref $var) => $to::Coff($body),
[INFO] [stdout]     |                           ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 439 |               inner: map_inner!(self, File, SymbolIteratorInternal, |x| (
[INFO] [stdout]     |  ____________________-
[INFO] [stdout] 440 | |                 x.dynamic_symbols(),
[INFO] [stdout] 441 | |                 PhantomData
[INFO] [stdout] 442 | |             )),
[INFO] [stdout]     | |______________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  94 |             &$from::Coff(ref $var) => $to::Coff($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:96:28
[INFO] [stdout]     |
[INFO] [stdout]  96 |               $from::CoffBig(ref $var) => $to::CoffBig($body),
[INFO] [stdout]     |                              ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 439 |               inner: map_inner!(self, File, SymbolIteratorInternal, |x| (
[INFO] [stdout]     |  ____________________-
[INFO] [stdout] 440 | |                 x.dynamic_symbols(),
[INFO] [stdout] 441 | |                 PhantomData
[INFO] [stdout] 442 | |             )),
[INFO] [stdout]     | |______________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  96 |             &$from::CoffBig(ref $var) => $to::CoffBig($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:98:26
[INFO] [stdout]     |
[INFO] [stdout]  98 |               $from::Elf32(ref $var) => $to::Elf32($body),
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 439 |               inner: map_inner!(self, File, SymbolIteratorInternal, |x| (
[INFO] [stdout]     |  ____________________-
[INFO] [stdout] 440 | |                 x.dynamic_symbols(),
[INFO] [stdout] 441 | |                 PhantomData
[INFO] [stdout] 442 | |             )),
[INFO] [stdout]     | |______________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  98 |             &$from::Elf32(ref $var) => $to::Elf32($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:100:26
[INFO] [stdout]     |
[INFO] [stdout] 100 |               $from::Elf64(ref $var) => $to::Elf64($body),
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 439 |               inner: map_inner!(self, File, SymbolIteratorInternal, |x| (
[INFO] [stdout]     |  ____________________-
[INFO] [stdout] 440 | |                 x.dynamic_symbols(),
[INFO] [stdout] 441 | |                 PhantomData
[INFO] [stdout] 442 | |             )),
[INFO] [stdout]     | |______________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 100 |             &$from::Elf64(ref $var) => $to::Elf64($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:102:28
[INFO] [stdout]     |
[INFO] [stdout] 102 |               $from::MachO32(ref $var) => $to::MachO32($body),
[INFO] [stdout]     |                              ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 439 |               inner: map_inner!(self, File, SymbolIteratorInternal, |x| (
[INFO] [stdout]     |  ____________________-
[INFO] [stdout] 440 | |                 x.dynamic_symbols(),
[INFO] [stdout] 441 | |                 PhantomData
[INFO] [stdout] 442 | |             )),
[INFO] [stdout]     | |______________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 102 |             &$from::MachO32(ref $var) => $to::MachO32($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:104:28
[INFO] [stdout]     |
[INFO] [stdout] 104 |               $from::MachO64(ref $var) => $to::MachO64($body),
[INFO] [stdout]     |                              ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 439 |               inner: map_inner!(self, File, SymbolIteratorInternal, |x| (
[INFO] [stdout]     |  ____________________-
[INFO] [stdout] 440 | |                 x.dynamic_symbols(),
[INFO] [stdout] 441 | |                 PhantomData
[INFO] [stdout] 442 | |             )),
[INFO] [stdout]     | |______________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 104 |             &$from::MachO64(ref $var) => $to::MachO64($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:106:25
[INFO] [stdout]     |
[INFO] [stdout] 106 |               $from::Pe32(ref $var) => $to::Pe32($body),
[INFO] [stdout]     |                           ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 439 |               inner: map_inner!(self, File, SymbolIteratorInternal, |x| (
[INFO] [stdout]     |  ____________________-
[INFO] [stdout] 440 | |                 x.dynamic_symbols(),
[INFO] [stdout] 441 | |                 PhantomData
[INFO] [stdout] 442 | |             )),
[INFO] [stdout]     | |______________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 106 |             &$from::Pe32(ref $var) => $to::Pe32($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:108:25
[INFO] [stdout]     |
[INFO] [stdout] 108 |               $from::Pe64(ref $var) => $to::Pe64($body),
[INFO] [stdout]     |                           ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 439 |               inner: map_inner!(self, File, SymbolIteratorInternal, |x| (
[INFO] [stdout]     |  ____________________-
[INFO] [stdout] 440 | |                 x.dynamic_symbols(),
[INFO] [stdout] 441 | |                 PhantomData
[INFO] [stdout] 442 | |             )),
[INFO] [stdout]     | |______________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 108 |             &$from::Pe64(ref $var) => $to::Pe64($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:112:28
[INFO] [stdout]     |
[INFO] [stdout] 112 |               $from::Xcoff32(ref $var) => $to::Xcoff32($body),
[INFO] [stdout]     |                              ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 439 |               inner: map_inner!(self, File, SymbolIteratorInternal, |x| (
[INFO] [stdout]     |  ____________________-
[INFO] [stdout] 440 | |                 x.dynamic_symbols(),
[INFO] [stdout] 441 | |                 PhantomData
[INFO] [stdout] 442 | |             )),
[INFO] [stdout]     | |______________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 112 |             &$from::Xcoff32(ref $var) => $to::Xcoff32($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:114:28
[INFO] [stdout]     |
[INFO] [stdout] 114 |               $from::Xcoff64(ref $var) => $to::Xcoff64($body),
[INFO] [stdout]     |                              ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 439 |               inner: map_inner!(self, File, SymbolIteratorInternal, |x| (
[INFO] [stdout]     |  ____________________-
[INFO] [stdout] 440 | |                 x.dynamic_symbols(),
[INFO] [stdout] 441 | |                 PhantomData
[INFO] [stdout] 442 | |             )),
[INFO] [stdout]     | |______________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 114 |             &$from::Xcoff64(ref $var) => $to::Xcoff64($body),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:124:25
[INFO] [stdout]     |
[INFO] [stdout] 124 |               $from::Coff(ref $var) => $body.map($to::Coff),
[INFO] [stdout]     |                           ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 447 | /         map_inner_option!(self, File, SymbolTableInternal, |x| x
[INFO] [stdout] 448 | |             .dynamic_symbol_table()
[INFO] [stdout] 449 | |             .map(|x| (x, PhantomData)))
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 124 |             &$from::Coff(ref $var) => $body.map($to::Coff),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:126:28
[INFO] [stdout]     |
[INFO] [stdout] 126 |               $from::CoffBig(ref $var) => $body.map($to::CoffBig),
[INFO] [stdout]     |                              ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 447 | /         map_inner_option!(self, File, SymbolTableInternal, |x| x
[INFO] [stdout] 448 | |             .dynamic_symbol_table()
[INFO] [stdout] 449 | |             .map(|x| (x, PhantomData)))
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 126 |             &$from::CoffBig(ref $var) => $body.map($to::CoffBig),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:128:26
[INFO] [stdout]     |
[INFO] [stdout] 128 |               $from::Elf32(ref $var) => $body.map($to::Elf32),
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 447 | /         map_inner_option!(self, File, SymbolTableInternal, |x| x
[INFO] [stdout] 448 | |             .dynamic_symbol_table()
[INFO] [stdout] 449 | |             .map(|x| (x, PhantomData)))
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 128 |             &$from::Elf32(ref $var) => $body.map($to::Elf32),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:130:26
[INFO] [stdout]     |
[INFO] [stdout] 130 |               $from::Elf64(ref $var) => $body.map($to::Elf64),
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 447 | /         map_inner_option!(self, File, SymbolTableInternal, |x| x
[INFO] [stdout] 448 | |             .dynamic_symbol_table()
[INFO] [stdout] 449 | |             .map(|x| (x, PhantomData)))
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 130 |             &$from::Elf64(ref $var) => $body.map($to::Elf64),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:132:28
[INFO] [stdout]     |
[INFO] [stdout] 132 |               $from::MachO32(ref $var) => $body.map($to::MachO32),
[INFO] [stdout]     |                              ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 447 | /         map_inner_option!(self, File, SymbolTableInternal, |x| x
[INFO] [stdout] 448 | |             .dynamic_symbol_table()
[INFO] [stdout] 449 | |             .map(|x| (x, PhantomData)))
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 132 |             &$from::MachO32(ref $var) => $body.map($to::MachO32),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:134:28
[INFO] [stdout]     |
[INFO] [stdout] 134 |               $from::MachO64(ref $var) => $body.map($to::MachO64),
[INFO] [stdout]     |                              ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 447 | /         map_inner_option!(self, File, SymbolTableInternal, |x| x
[INFO] [stdout] 448 | |             .dynamic_symbol_table()
[INFO] [stdout] 449 | |             .map(|x| (x, PhantomData)))
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 134 |             &$from::MachO64(ref $var) => $body.map($to::MachO64),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:136:25
[INFO] [stdout]     |
[INFO] [stdout] 136 |               $from::Pe32(ref $var) => $body.map($to::Pe32),
[INFO] [stdout]     |                           ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 447 | /         map_inner_option!(self, File, SymbolTableInternal, |x| x
[INFO] [stdout] 448 | |             .dynamic_symbol_table()
[INFO] [stdout] 449 | |             .map(|x| (x, PhantomData)))
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 136 |             &$from::Pe32(ref $var) => $body.map($to::Pe32),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:138:25
[INFO] [stdout]     |
[INFO] [stdout] 138 |               $from::Pe64(ref $var) => $body.map($to::Pe64),
[INFO] [stdout]     |                           ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 447 | /         map_inner_option!(self, File, SymbolTableInternal, |x| x
[INFO] [stdout] 448 | |             .dynamic_symbol_table()
[INFO] [stdout] 449 | |             .map(|x| (x, PhantomData)))
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 138 |             &$from::Pe64(ref $var) => $body.map($to::Pe64),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:142:28
[INFO] [stdout]     |
[INFO] [stdout] 142 |               $from::Xcoff32(ref $var) => $body.map($to::Xcoff32),
[INFO] [stdout]     |                              ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 447 | /         map_inner_option!(self, File, SymbolTableInternal, |x| x
[INFO] [stdout] 448 | |             .dynamic_symbol_table()
[INFO] [stdout] 449 | |             .map(|x| (x, PhantomData)))
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 142 |             &$from::Xcoff32(ref $var) => $body.map($to::Xcoff32),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:144:28
[INFO] [stdout]     |
[INFO] [stdout] 144 |               $from::Xcoff64(ref $var) => $body.map($to::Xcoff64),
[INFO] [stdout]     |                              ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 447 | /         map_inner_option!(self, File, SymbolTableInternal, |x| x
[INFO] [stdout] 448 | |             .dynamic_symbol_table()
[INFO] [stdout] 449 | |             .map(|x| (x, PhantomData)))
[INFO] [stdout]     | |_______________________________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `map_inner_option` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout] 144 |             &$from::Xcoff64(ref $var) => $body.map($to::Xcoff64),
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:35:25
[INFO] [stdout]     |
[INFO] [stdout]  35 |             $enum::Coff(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 474 |         with_inner!(self, File, |x| x.symbol_map())
[INFO] [stdout]     |         ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  35 |             &$enum::Coff(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:37:28
[INFO] [stdout]     |
[INFO] [stdout]  37 |             $enum::CoffBig(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 474 |         with_inner!(self, File, |x| x.symbol_map())
[INFO] [stdout]     |         ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  37 |             &$enum::CoffBig(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:39:26
[INFO] [stdout]     |
[INFO] [stdout]  39 |             $enum::Elf32(ref $var) => $body,
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 474 |         with_inner!(self, File, |x| x.symbol_map())
[INFO] [stdout]     |         ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  39 |             &$enum::Elf32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:41:26
[INFO] [stdout]     |
[INFO] [stdout]  41 |             $enum::Elf64(ref $var) => $body,
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 474 |         with_inner!(self, File, |x| x.symbol_map())
[INFO] [stdout]     |         ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  41 |             &$enum::Elf64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:43:28
[INFO] [stdout]     |
[INFO] [stdout]  43 |             $enum::MachO32(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 474 |         with_inner!(self, File, |x| x.symbol_map())
[INFO] [stdout]     |         ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  43 |             &$enum::MachO32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:45:28
[INFO] [stdout]     |
[INFO] [stdout]  45 |             $enum::MachO64(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 474 |         with_inner!(self, File, |x| x.symbol_map())
[INFO] [stdout]     |         ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  45 |             &$enum::MachO64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:47:25
[INFO] [stdout]     |
[INFO] [stdout]  47 |             $enum::Pe32(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 474 |         with_inner!(self, File, |x| x.symbol_map())
[INFO] [stdout]     |         ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  47 |             &$enum::Pe32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:49:25
[INFO] [stdout]     |
[INFO] [stdout]  49 |             $enum::Pe64(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 474 |         with_inner!(self, File, |x| x.symbol_map())
[INFO] [stdout]     |         ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  49 |             &$enum::Pe64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:53:28
[INFO] [stdout]     |
[INFO] [stdout]  53 |             $enum::Xcoff32(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 474 |         with_inner!(self, File, |x| x.symbol_map())
[INFO] [stdout]     |         ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  53 |             &$enum::Xcoff32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:55:28
[INFO] [stdout]     |
[INFO] [stdout]  55 |             $enum::Xcoff64(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 474 |         with_inner!(self, File, |x| x.symbol_map())
[INFO] [stdout]     |         ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  55 |             &$enum::Xcoff64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:35:25
[INFO] [stdout]     |
[INFO] [stdout]  35 |             $enum::Coff(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 478 |         with_inner!(self, File, |x| x.object_map())
[INFO] [stdout]     |         ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  35 |             &$enum::Coff(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:37:28
[INFO] [stdout]     |
[INFO] [stdout]  37 |             $enum::CoffBig(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 478 |         with_inner!(self, File, |x| x.object_map())
[INFO] [stdout]     |         ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  37 |             &$enum::CoffBig(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:39:26
[INFO] [stdout]     |
[INFO] [stdout]  39 |             $enum::Elf32(ref $var) => $body,
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 478 |         with_inner!(self, File, |x| x.object_map())
[INFO] [stdout]     |         ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  39 |             &$enum::Elf32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:41:26
[INFO] [stdout]     |
[INFO] [stdout]  41 |             $enum::Elf64(ref $var) => $body,
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 478 |         with_inner!(self, File, |x| x.object_map())
[INFO] [stdout]     |         ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  41 |             &$enum::Elf64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:43:28
[INFO] [stdout]     |
[INFO] [stdout]  43 |             $enum::MachO32(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 478 |         with_inner!(self, File, |x| x.object_map())
[INFO] [stdout]     |         ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  43 |             &$enum::MachO32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:45:28
[INFO] [stdout]     |
[INFO] [stdout]  45 |             $enum::MachO64(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 478 |         with_inner!(self, File, |x| x.object_map())
[INFO] [stdout]     |         ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  45 |             &$enum::MachO64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:47:25
[INFO] [stdout]     |
[INFO] [stdout]  47 |             $enum::Pe32(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 478 |         with_inner!(self, File, |x| x.object_map())
[INFO] [stdout]     |         ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  47 |             &$enum::Pe32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:49:25
[INFO] [stdout]     |
[INFO] [stdout]  49 |             $enum::Pe64(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 478 |         with_inner!(self, File, |x| x.object_map())
[INFO] [stdout]     |         ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  49 |             &$enum::Pe64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:53:28
[INFO] [stdout]     |
[INFO] [stdout]  53 |             $enum::Xcoff32(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 478 |         with_inner!(self, File, |x| x.object_map())
[INFO] [stdout]     |         ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  53 |             &$enum::Xcoff32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:55:28
[INFO] [stdout]     |
[INFO] [stdout]  55 |             $enum::Xcoff64(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 478 |         with_inner!(self, File, |x| x.object_map())
[INFO] [stdout]     |         ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  55 |             &$enum::Xcoff64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:35:25
[INFO] [stdout]     |
[INFO] [stdout]  35 |             $enum::Coff(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 482 |         with_inner!(self, File, |x| x.imports())
[INFO] [stdout]     |         ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  35 |             &$enum::Coff(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:37:28
[INFO] [stdout]     |
[INFO] [stdout]  37 |             $enum::CoffBig(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 482 |         with_inner!(self, File, |x| x.imports())
[INFO] [stdout]     |         ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  37 |             &$enum::CoffBig(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:39:26
[INFO] [stdout]     |
[INFO] [stdout]  39 |             $enum::Elf32(ref $var) => $body,
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 482 |         with_inner!(self, File, |x| x.imports())
[INFO] [stdout]     |         ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  39 |             &$enum::Elf32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:41:26
[INFO] [stdout]     |
[INFO] [stdout]  41 |             $enum::Elf64(ref $var) => $body,
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 482 |         with_inner!(self, File, |x| x.imports())
[INFO] [stdout]     |         ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  41 |             &$enum::Elf64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:43:28
[INFO] [stdout]     |
[INFO] [stdout]  43 |             $enum::MachO32(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 482 |         with_inner!(self, File, |x| x.imports())
[INFO] [stdout]     |         ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  43 |             &$enum::MachO32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:45:28
[INFO] [stdout]     |
[INFO] [stdout]  45 |             $enum::MachO64(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 482 |         with_inner!(self, File, |x| x.imports())
[INFO] [stdout]     |         ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  45 |             &$enum::MachO64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:47:25
[INFO] [stdout]     |
[INFO] [stdout]  47 |             $enum::Pe32(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 482 |         with_inner!(self, File, |x| x.imports())
[INFO] [stdout]     |         ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  47 |             &$enum::Pe32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:49:25
[INFO] [stdout]     |
[INFO] [stdout]  49 |             $enum::Pe64(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 482 |         with_inner!(self, File, |x| x.imports())
[INFO] [stdout]     |         ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  49 |             &$enum::Pe64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:53:28
[INFO] [stdout]     |
[INFO] [stdout]  53 |             $enum::Xcoff32(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 482 |         with_inner!(self, File, |x| x.imports())
[INFO] [stdout]     |         ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  53 |             &$enum::Xcoff32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:55:28
[INFO] [stdout]     |
[INFO] [stdout]  55 |             $enum::Xcoff64(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 482 |         with_inner!(self, File, |x| x.imports())
[INFO] [stdout]     |         ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  55 |             &$enum::Xcoff64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:35:25
[INFO] [stdout]     |
[INFO] [stdout]  35 |             $enum::Coff(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 486 |         with_inner!(self, File, |x| x.exports())
[INFO] [stdout]     |         ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  35 |             &$enum::Coff(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:37:28
[INFO] [stdout]     |
[INFO] [stdout]  37 |             $enum::CoffBig(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 486 |         with_inner!(self, File, |x| x.exports())
[INFO] [stdout]     |         ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  37 |             &$enum::CoffBig(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:39:26
[INFO] [stdout]     |
[INFO] [stdout]  39 |             $enum::Elf32(ref $var) => $body,
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 486 |         with_inner!(self, File, |x| x.exports())
[INFO] [stdout]     |         ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  39 |             &$enum::Elf32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:41:26
[INFO] [stdout]     |
[INFO] [stdout]  41 |             $enum::Elf64(ref $var) => $body,
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 486 |         with_inner!(self, File, |x| x.exports())
[INFO] [stdout]     |         ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  41 |             &$enum::Elf64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:43:28
[INFO] [stdout]     |
[INFO] [stdout]  43 |             $enum::MachO32(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 486 |         with_inner!(self, File, |x| x.exports())
[INFO] [stdout]     |         ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  43 |             &$enum::MachO32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:45:28
[INFO] [stdout]     |
[INFO] [stdout]  45 |             $enum::MachO64(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 486 |         with_inner!(self, File, |x| x.exports())
[INFO] [stdout]     |         ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  45 |             &$enum::MachO64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:47:25
[INFO] [stdout]     |
[INFO] [stdout]  47 |             $enum::Pe32(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 486 |         with_inner!(self, File, |x| x.exports())
[INFO] [stdout]     |         ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  47 |             &$enum::Pe32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:49:25
[INFO] [stdout]     |
[INFO] [stdout]  49 |             $enum::Pe64(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 486 |         with_inner!(self, File, |x| x.exports())
[INFO] [stdout]     |         ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  49 |             &$enum::Pe64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:53:28
[INFO] [stdout]     |
[INFO] [stdout]  53 |             $enum::Xcoff32(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 486 |         with_inner!(self, File, |x| x.exports())
[INFO] [stdout]     |         ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  53 |             &$enum::Xcoff32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:55:28
[INFO] [stdout]     |
[INFO] [stdout]  55 |             $enum::Xcoff64(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 486 |         with_inner!(self, File, |x| x.exports())
[INFO] [stdout]     |         ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  55 |             &$enum::Xcoff64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:35:25
[INFO] [stdout]     |
[INFO] [stdout]  35 |             $enum::Coff(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 490 |         with_inner!(self, File, |x| x.has_debug_symbols())
[INFO] [stdout]     |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  35 |             &$enum::Coff(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:37:28
[INFO] [stdout]     |
[INFO] [stdout]  37 |             $enum::CoffBig(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 490 |         with_inner!(self, File, |x| x.has_debug_symbols())
[INFO] [stdout]     |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  37 |             &$enum::CoffBig(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:39:26
[INFO] [stdout]     |
[INFO] [stdout]  39 |             $enum::Elf32(ref $var) => $body,
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 490 |         with_inner!(self, File, |x| x.has_debug_symbols())
[INFO] [stdout]     |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  39 |             &$enum::Elf32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:41:26
[INFO] [stdout]     |
[INFO] [stdout]  41 |             $enum::Elf64(ref $var) => $body,
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 490 |         with_inner!(self, File, |x| x.has_debug_symbols())
[INFO] [stdout]     |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  41 |             &$enum::Elf64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:43:28
[INFO] [stdout]     |
[INFO] [stdout]  43 |             $enum::MachO32(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 490 |         with_inner!(self, File, |x| x.has_debug_symbols())
[INFO] [stdout]     |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  43 |             &$enum::MachO32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:45:28
[INFO] [stdout]     |
[INFO] [stdout]  45 |             $enum::MachO64(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 490 |         with_inner!(self, File, |x| x.has_debug_symbols())
[INFO] [stdout]     |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  45 |             &$enum::MachO64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:47:25
[INFO] [stdout]     |
[INFO] [stdout]  47 |             $enum::Pe32(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 490 |         with_inner!(self, File, |x| x.has_debug_symbols())
[INFO] [stdout]     |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  47 |             &$enum::Pe32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:49:25
[INFO] [stdout]     |
[INFO] [stdout]  49 |             $enum::Pe64(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 490 |         with_inner!(self, File, |x| x.has_debug_symbols())
[INFO] [stdout]     |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  49 |             &$enum::Pe64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:53:28
[INFO] [stdout]     |
[INFO] [stdout]  53 |             $enum::Xcoff32(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 490 |         with_inner!(self, File, |x| x.has_debug_symbols())
[INFO] [stdout]     |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  53 |             &$enum::Xcoff32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:55:28
[INFO] [stdout]     |
[INFO] [stdout]  55 |             $enum::Xcoff64(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 490 |         with_inner!(self, File, |x| x.has_debug_symbols())
[INFO] [stdout]     |         -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  55 |             &$enum::Xcoff64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:35:25
[INFO] [stdout]     |
[INFO] [stdout]  35 |             $enum::Coff(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 495 |         with_inner!(self, File, |x| x.mach_uuid())
[INFO] [stdout]     |         ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  35 |             &$enum::Coff(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:37:28
[INFO] [stdout]     |
[INFO] [stdout]  37 |             $enum::CoffBig(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 495 |         with_inner!(self, File, |x| x.mach_uuid())
[INFO] [stdout]     |         ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  37 |             &$enum::CoffBig(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:39:26
[INFO] [stdout]     |
[INFO] [stdout]  39 |             $enum::Elf32(ref $var) => $body,
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 495 |         with_inner!(self, File, |x| x.mach_uuid())
[INFO] [stdout]     |         ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  39 |             &$enum::Elf32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:41:26
[INFO] [stdout]     |
[INFO] [stdout]  41 |             $enum::Elf64(ref $var) => $body,
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 495 |         with_inner!(self, File, |x| x.mach_uuid())
[INFO] [stdout]     |         ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  41 |             &$enum::Elf64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:43:28
[INFO] [stdout]     |
[INFO] [stdout]  43 |             $enum::MachO32(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 495 |         with_inner!(self, File, |x| x.mach_uuid())
[INFO] [stdout]     |         ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  43 |             &$enum::MachO32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:45:28
[INFO] [stdout]     |
[INFO] [stdout]  45 |             $enum::MachO64(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 495 |         with_inner!(self, File, |x| x.mach_uuid())
[INFO] [stdout]     |         ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  45 |             &$enum::MachO64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:47:25
[INFO] [stdout]     |
[INFO] [stdout]  47 |             $enum::Pe32(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 495 |         with_inner!(self, File, |x| x.mach_uuid())
[INFO] [stdout]     |         ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  47 |             &$enum::Pe32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:49:25
[INFO] [stdout]     |
[INFO] [stdout]  49 |             $enum::Pe64(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 495 |         with_inner!(self, File, |x| x.mach_uuid())
[INFO] [stdout]     |         ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  49 |             &$enum::Pe64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:53:28
[INFO] [stdout]     |
[INFO] [stdout]  53 |             $enum::Xcoff32(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 495 |         with_inner!(self, File, |x| x.mach_uuid())
[INFO] [stdout]     |         ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  53 |             &$enum::Xcoff32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:55:28
[INFO] [stdout]     |
[INFO] [stdout]  55 |             $enum::Xcoff64(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 495 |         with_inner!(self, File, |x| x.mach_uuid())
[INFO] [stdout]     |         ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  55 |             &$enum::Xcoff64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:35:25
[INFO] [stdout]     |
[INFO] [stdout]  35 |             $enum::Coff(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 500 |         with_inner!(self, File, |x| x.build_id())
[INFO] [stdout]     |         ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  35 |             &$enum::Coff(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:37:28
[INFO] [stdout]     |
[INFO] [stdout]  37 |             $enum::CoffBig(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 500 |         with_inner!(self, File, |x| x.build_id())
[INFO] [stdout]     |         ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  37 |             &$enum::CoffBig(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:39:26
[INFO] [stdout]     |
[INFO] [stdout]  39 |             $enum::Elf32(ref $var) => $body,
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 500 |         with_inner!(self, File, |x| x.build_id())
[INFO] [stdout]     |         ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  39 |             &$enum::Elf32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:41:26
[INFO] [stdout]     |
[INFO] [stdout]  41 |             $enum::Elf64(ref $var) => $body,
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 500 |         with_inner!(self, File, |x| x.build_id())
[INFO] [stdout]     |         ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  41 |             &$enum::Elf64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:43:28
[INFO] [stdout]     |
[INFO] [stdout]  43 |             $enum::MachO32(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 500 |         with_inner!(self, File, |x| x.build_id())
[INFO] [stdout]     |         ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  43 |             &$enum::MachO32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:45:28
[INFO] [stdout]     |
[INFO] [stdout]  45 |             $enum::MachO64(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 500 |         with_inner!(self, File, |x| x.build_id())
[INFO] [stdout]     |         ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  45 |             &$enum::MachO64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:47:25
[INFO] [stdout]     |
[INFO] [stdout]  47 |             $enum::Pe32(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 500 |         with_inner!(self, File, |x| x.build_id())
[INFO] [stdout]     |         ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  47 |             &$enum::Pe32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:49:25
[INFO] [stdout]     |
[INFO] [stdout]  49 |             $enum::Pe64(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 500 |         with_inner!(self, File, |x| x.build_id())
[INFO] [stdout]     |         ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  49 |             &$enum::Pe64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:53:28
[INFO] [stdout]     |
[INFO] [stdout]  53 |             $enum::Xcoff32(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 500 |         with_inner!(self, File, |x| x.build_id())
[INFO] [stdout]     |         ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  53 |             &$enum::Xcoff32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:55:28
[INFO] [stdout]     |
[INFO] [stdout]  55 |             $enum::Xcoff64(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 500 |         with_inner!(self, File, |x| x.build_id())
[INFO] [stdout]     |         ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  55 |             &$enum::Xcoff64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:35:25
[INFO] [stdout]     |
[INFO] [stdout]  35 |             $enum::Coff(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 505 |         with_inner!(self, File, |x| x.gnu_debuglink())
[INFO] [stdout]     |         ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  35 |             &$enum::Coff(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:37:28
[INFO] [stdout]     |
[INFO] [stdout]  37 |             $enum::CoffBig(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 505 |         with_inner!(self, File, |x| x.gnu_debuglink())
[INFO] [stdout]     |         ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  37 |             &$enum::CoffBig(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:39:26
[INFO] [stdout]     |
[INFO] [stdout]  39 |             $enum::Elf32(ref $var) => $body,
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 505 |         with_inner!(self, File, |x| x.gnu_debuglink())
[INFO] [stdout]     |         ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  39 |             &$enum::Elf32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:41:26
[INFO] [stdout]     |
[INFO] [stdout]  41 |             $enum::Elf64(ref $var) => $body,
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 505 |         with_inner!(self, File, |x| x.gnu_debuglink())
[INFO] [stdout]     |         ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  41 |             &$enum::Elf64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:43:28
[INFO] [stdout]     |
[INFO] [stdout]  43 |             $enum::MachO32(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 505 |         with_inner!(self, File, |x| x.gnu_debuglink())
[INFO] [stdout]     |         ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  43 |             &$enum::MachO32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:45:28
[INFO] [stdout]     |
[INFO] [stdout]  45 |             $enum::MachO64(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 505 |         with_inner!(self, File, |x| x.gnu_debuglink())
[INFO] [stdout]     |         ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  45 |             &$enum::MachO64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:47:25
[INFO] [stdout]     |
[INFO] [stdout]  47 |             $enum::Pe32(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 505 |         with_inner!(self, File, |x| x.gnu_debuglink())
[INFO] [stdout]     |         ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  47 |             &$enum::Pe32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:49:25
[INFO] [stdout]     |
[INFO] [stdout]  49 |             $enum::Pe64(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 505 |         with_inner!(self, File, |x| x.gnu_debuglink())
[INFO] [stdout]     |         ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  49 |             &$enum::Pe64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:53:28
[INFO] [stdout]     |
[INFO] [stdout]  53 |             $enum::Xcoff32(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 505 |         with_inner!(self, File, |x| x.gnu_debuglink())
[INFO] [stdout]     |         ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  53 |             &$enum::Xcoff32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:55:28
[INFO] [stdout]     |
[INFO] [stdout]  55 |             $enum::Xcoff64(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 505 |         with_inner!(self, File, |x| x.gnu_debuglink())
[INFO] [stdout]     |         ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  55 |             &$enum::Xcoff64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:35:25
[INFO] [stdout]     |
[INFO] [stdout]  35 |             $enum::Coff(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 510 |         with_inner!(self, File, |x| x.gnu_debugaltlink())
[INFO] [stdout]     |         ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  35 |             &$enum::Coff(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:37:28
[INFO] [stdout]     |
[INFO] [stdout]  37 |             $enum::CoffBig(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 510 |         with_inner!(self, File, |x| x.gnu_debugaltlink())
[INFO] [stdout]     |         ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  37 |             &$enum::CoffBig(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:39:26
[INFO] [stdout]     |
[INFO] [stdout]  39 |             $enum::Elf32(ref $var) => $body,
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 510 |         with_inner!(self, File, |x| x.gnu_debugaltlink())
[INFO] [stdout]     |         ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  39 |             &$enum::Elf32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:41:26
[INFO] [stdout]     |
[INFO] [stdout]  41 |             $enum::Elf64(ref $var) => $body,
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 510 |         with_inner!(self, File, |x| x.gnu_debugaltlink())
[INFO] [stdout]     |         ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  41 |             &$enum::Elf64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:43:28
[INFO] [stdout]     |
[INFO] [stdout]  43 |             $enum::MachO32(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 510 |         with_inner!(self, File, |x| x.gnu_debugaltlink())
[INFO] [stdout]     |         ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  43 |             &$enum::MachO32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:45:28
[INFO] [stdout]     |
[INFO] [stdout]  45 |             $enum::MachO64(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 510 |         with_inner!(self, File, |x| x.gnu_debugaltlink())
[INFO] [stdout]     |         ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  45 |             &$enum::MachO64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:47:25
[INFO] [stdout]     |
[INFO] [stdout]  47 |             $enum::Pe32(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 510 |         with_inner!(self, File, |x| x.gnu_debugaltlink())
[INFO] [stdout]     |         ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  47 |             &$enum::Pe32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:49:25
[INFO] [stdout]     |
[INFO] [stdout]  49 |             $enum::Pe64(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 510 |         with_inner!(self, File, |x| x.gnu_debugaltlink())
[INFO] [stdout]     |         ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  49 |             &$enum::Pe64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:53:28
[INFO] [stdout]     |
[INFO] [stdout]  53 |             $enum::Xcoff32(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 510 |         with_inner!(self, File, |x| x.gnu_debugaltlink())
[INFO] [stdout]     |         ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  53 |             &$enum::Xcoff32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:55:28
[INFO] [stdout]     |
[INFO] [stdout]  55 |             $enum::Xcoff64(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 510 |         with_inner!(self, File, |x| x.gnu_debugaltlink())
[INFO] [stdout]     |         ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  55 |             &$enum::Xcoff64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:35:25
[INFO] [stdout]     |
[INFO] [stdout]  35 |             $enum::Coff(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 515 |         with_inner!(self, File, |x| x.pdb_info())
[INFO] [stdout]     |         ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  35 |             &$enum::Coff(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:37:28
[INFO] [stdout]     |
[INFO] [stdout]  37 |             $enum::CoffBig(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 515 |         with_inner!(self, File, |x| x.pdb_info())
[INFO] [stdout]     |         ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  37 |             &$enum::CoffBig(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:39:26
[INFO] [stdout]     |
[INFO] [stdout]  39 |             $enum::Elf32(ref $var) => $body,
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 515 |         with_inner!(self, File, |x| x.pdb_info())
[INFO] [stdout]     |         ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  39 |             &$enum::Elf32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:41:26
[INFO] [stdout]     |
[INFO] [stdout]  41 |             $enum::Elf64(ref $var) => $body,
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 515 |         with_inner!(self, File, |x| x.pdb_info())
[INFO] [stdout]     |         ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  41 |             &$enum::Elf64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:43:28
[INFO] [stdout]     |
[INFO] [stdout]  43 |             $enum::MachO32(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 515 |         with_inner!(self, File, |x| x.pdb_info())
[INFO] [stdout]     |         ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  43 |             &$enum::MachO32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:45:28
[INFO] [stdout]     |
[INFO] [stdout]  45 |             $enum::MachO64(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 515 |         with_inner!(self, File, |x| x.pdb_info())
[INFO] [stdout]     |         ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  45 |             &$enum::MachO64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:47:25
[INFO] [stdout]     |
[INFO] [stdout]  47 |             $enum::Pe32(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 515 |         with_inner!(self, File, |x| x.pdb_info())
[INFO] [stdout]     |         ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  47 |             &$enum::Pe32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:49:25
[INFO] [stdout]     |
[INFO] [stdout]  49 |             $enum::Pe64(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 515 |         with_inner!(self, File, |x| x.pdb_info())
[INFO] [stdout]     |         ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  49 |             &$enum::Pe64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:53:28
[INFO] [stdout]     |
[INFO] [stdout]  53 |             $enum::Xcoff32(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 515 |         with_inner!(self, File, |x| x.pdb_info())
[INFO] [stdout]     |         ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  53 |             &$enum::Xcoff32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:55:28
[INFO] [stdout]     |
[INFO] [stdout]  55 |             $enum::Xcoff64(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 515 |         with_inner!(self, File, |x| x.pdb_info())
[INFO] [stdout]     |         ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  55 |             &$enum::Xcoff64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:35:25
[INFO] [stdout]     |
[INFO] [stdout]  35 |             $enum::Coff(ref $var) => $body,
[INFO] [stdout]     |                         ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 519 |         with_inner!(self, File, |x| x.relative_address_base())
[INFO] [stdout]     |         ------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  35 |             &$enum::Coff(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:37:28
[INFO] [stdout]     |
[INFO] [stdout]  37 |             $enum::CoffBig(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 519 |         with_inner!(self, File, |x| x.relative_address_base())
[INFO] [stdout]     |         ------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  37 |             &$enum::CoffBig(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:39:26
[INFO] [stdout]     |
[INFO] [stdout]  39 |             $enum::Elf32(ref $var) => $body,
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 519 |         with_inner!(self, File, |x| x.relative_address_base())
[INFO] [stdout]     |         ------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  39 |             &$enum::Elf32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:41:26
[INFO] [stdout]     |
[INFO] [stdout]  41 |             $enum::Elf64(ref $var) => $body,
[INFO] [stdout]     |                          ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 519 |         with_inner!(self, File, |x| x.relative_address_base())
[INFO] [stdout]     |         ------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  41 |             &$enum::Elf64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:43:28
[INFO] [stdout]     |
[INFO] [stdout]  43 |             $enum::MachO32(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 519 |         with_inner!(self, File, |x| x.relative_address_base())
[INFO] [stdout]     |         ------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  43 |             &$enum::MachO32(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:45:28
[INFO] [stdout]     |
[INFO] [stdout]  45 |             $enum::MachO64(ref $var) => $body,
[INFO] [stdout]     |                            ^^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 519 |         with_inner!(self, File, |x| x.relative_address_base())
[INFO] [stdout]     |         ------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `with_inner` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  45 |             &$enum::MachO64(ref $var) => $body,
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/read/any.rs:47:25
[WARN] too many lines in the log, truncating it
